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?


Hey it's the newbie again,

Well I'm by my recursion problem. g++ fixed it. Thank you all.

I gota tell u I still do not understand why gcc appears to like everything else
but recursion. But I'm not complaining.

Peace

Andrea 'Fyre Wyzard' Bocci wrote:

> -----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]