This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is gcc team also developing g++


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]