Free information on learning C++

Discussion about everything. New games, 3d math, development tips...
Post Reply
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Free information on learning C++

Post by christianclavet »

I've just stubled upon this on the MSDN website.

http://msdn.microsoft.com/en-us/beginner/cc305129.aspx

This is a 12 lessons for beginners on C++ by Herbert Schildt on C++

Found lot of infos on things I did not understand well, and I plan to review it often while reading IRRlicht source code to understand more.

Each "chapter" can be downloaded as PDF.
gingerheadman
Posts: 18
Joined: Sat Oct 03, 2009 7:14 am
Location: Brisbane, Australia
Contact:

Post by gingerheadman »

That looks pretty good.

Here are some other free resources for learning C++ I found:
http://cplusplus.com/doc/tutorial/
http://www.cprogramming.com/tutorial.html
http://en.wikibooks.org/wiki/Subject:C% ... g_language (not fully complete yet but still usefull)
My website - Miscreant Software
arras
Posts: 1622
Joined: Mon Apr 05, 2004 8:35 am
Location: Slovakia
Contact:

Post by arras »

Hmmm ...lot of dead links.... was able to download only first chapter...
roelor
Posts: 240
Joined: Wed Aug 13, 2008 8:06 am

Post by roelor »

first and second chapters are dead..
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

I couldn't download chapters with Firefox. Internet Explorer worked just fine for me though.
Post Reply