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: recursion ok?


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


>Sorry for being such a newbie. I'm used to borland and I'm just learning
>make files. I'm also confused. What is the difference between gcc, g++,
>and cc?

gcc is the compiler used for C source files.
g++ is (almost ?) the same, but it automatically links the libraries needed 
to support C++, so it is better to use this for C++ code.

Good coding,
fwyzard
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPUAeZ6yoa++LvhJxEQK1RgCgiBcWsEIKKd0SWRFm+5HCfWVsKT0AoOhg
rfxRayai/rg9VHviXrJ5wQqt
=DSol
-----END PGP SIGNATURE-----



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