Support Forums

Full Version: Any C++ books you recommend me?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I just realized I didn't recommend any books in my last post. The books I recommend are the same for everybody entering, or already familiar with, C++.

The C++ Programming Language. Written by Stroustrup himself (the creator of C++), this book gives a very detailed overview of the language and its practices.

Effective C++. This isn't a book to read when learning, but rather after you've developed a familiarity with the language.
I've been wanting to get into coding too..thanks everyone for posting links here Smile
(10-08-2010, 12:53 PM)Disease Wrote: [ -> ]I just realized I didn't recommend any books in my last post. The books I recommend are the same for everybody entering, or already familiar with, C++.

The C++ Programming Language. Written by Stroustrup himself (the creator of C++), this book gives a very detailed overview of the language and its practices.

Effective C++. This isn't a book to read when learning, but rather after you've developed a familiarity with the language.

they are great ebook...thank's mate Big Grin
You dont need a thing than these.

1) The C++ Programming Language 3rd Ed. - Bjarne Stroustrup
2) C++ How To Program 2nd Ed. - Harvey & Paul Deitel
3) Practical C++ Programming - O'reilly
4) C++ Primer - Addison Wesley
5) C++ Primer Plus - Sams
6) C++ Tutorial - Wrox
7) Sams Teach Yourself Visual C++ in 21 Days - Sams
Pages: 1 2 3