PDA

View Full Version : C++ Book recommendations?


Kanden
19-11-2007, 07:41 PM
I've started teaching myself C++ for personal use and to be ahead of class when I start the National Diploma in computing next year. I've started with Accelerated C++ (http://www.amazon.co.uk/Accelerated-Practical-Programming-Example-Depth/dp/020170353X)which I like so far. Using that as a starter, can anyone make a recommendation of books to read to go from beginner to Master in C++?

Thanks in advance for any help on the subject.

flapjackboy
20-11-2007, 02:19 AM
This (http://www.amazon.co.uk/Teach-Yourself-Days-Sams-Yourself/dp/0672327112/ref=sr_1_7?ie=UTF8&s=books&qid=1195524861&sr=1-7)

This (http://www.amazon.co.uk/C-Standard-Library-Tutorial-Reference/dp/0201379260/ref=sr_1_8?ie=UTF8&s=books&qid=1195524861&sr=1-8)

This (http://www.amazon.co.uk/C-Pocket-Reference-Referemce/dp/0596004966/ref=sr_1_21?ie=UTF8&s=books&qid=1195525008&sr=1-21)

And this. (http://www.amazon.co.uk/C-Nutshell-OReilly-Ray-Lischner/dp/059600298X/ref=sr_1_30?ie=UTF8&s=books&qid=1195525061&sr=1-30)

da-geezer
20-11-2007, 03:17 AM
Agreeing with the SAMS C++ book, #1 on flapjackboy's list. I had the edition before the one advertised, and it was shit hot.

Kanden
22-11-2007, 08:29 PM
How does the SAMS C++ book differ from what I have now? I agree on the Standard Library book from the huge amount of reviews on amazon.com but I'm not sure about the other two...