I need some TUT for C/C++/+Compiler Pls

12/18/2010 18:11 acerr88#1
Hy, can any1 give me some good sites for a C or a C++ newb tutorials.
I mean like a really newb tut for his since im at a lvl 0 of knoledge about this.
I wana try and learn these languages because recently i found them very useful and interesting.
I will also need some site/sites were i can download a free good Compiler.
I expect some good recomandations from you guys especially from the top trainer/bot/programs makers ^-^
Tnx in advance:handsdown:
12/21/2010 14:43 AfterBurn 2.0#2
The C++ course is an Into, so probably no prerequisites.

C++ is a superset of C. While you learn C++, you'll also learn the basics of C.

C++ is object oriented, C isn't. So C++ is a closer fit to Objective C than pure C would be.

I would go with the C++ but that is my opion.

As far as compilers I wont link you to any but google for them.

GCC is a free, open source, high quality, compiler. You can get it with cygwin.

Microsoft makes a C compiler that comes with Visual Studio, which is Microsoft's integrated development environment. You can download the "Express" edition of Visual C++ to give it a try.

Also, Intel makes a good compiler.

Hope this helps some :D :D