gcc/g++

Richard Stallman's gcc/g++ is widely used. I think, one could dare to say, without gcc there would be no GNU/Linux or FreeBSD - maybe we probably would have no internet as it exists now. Not only students, programming enthusiasts and small companies use gcc/g++ in these days. Large Companies compile their code with it as well.

Benefits of using g++

Documentation

The FSF provide online manuals for gcc. They can be used for g++ as well. gcc has it's own Homepage inside the GNU space.

Literature


C++ World