This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: recursion ok?
- From: "Andrea 'Fyre Wyzard' Bocci" <fwyzard at inwind dot it>
- To: danny <danny at 3rdplanetsoftware dot com>, Ben Elliston <bje at redhat dot com>, gcc gnu <gcc-help at gcc dot gnu dot org>
- Date: Thu, 25 Jul 2002 17:51:03 +0200
- Subject: Re: recursion ok?
- References: <3D3DDF25.1B7FDEE9@3rdplanetsoftware.com><15678.6772.539810.19058@tooth.toronto.redhat.com><3D3E5021.2FE48FD8@3rdplanetsoftware.com><15678.36634.964840.896604@tooth.toronto.redhat.com>
-----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-----