Is gcc team also developing g++

Andrea 'Fyre Wyzard' Bocci fwyzard@inwind.it
Sun Mar 10 12:02:00 GMT 2002


Hi,
Both gcc and g++ are part of the GCC project (see http://gcc.gnu.org for 
more infos).
Also, they are basically the same program, the only difference being that 
g++ automatically links the libraries needed for C++ programs, while gcc 
automatically links only the C libraries.

fwyzard



More information about the Gcc-help mailing list