C++ Books

Started by
2 comments, last by gav86 18 years, 8 months ago
hi my friend, I want to learn C++ so I need a c++ book for me. Can anyone offer me some good c++ books? I just want to know the book name. thanks
Advertisement
"Accelerated C++" by Koenig & Moo.
"C++ Common Knowledge: Essential Intermediate Programming" by Dewhurst.
"The C++ Standard Library: A Tutorial And Reference" by Josuttis.
"The C++ Programming Language" by Stroustrup (either the 3rd or the Special edition, depending on your funds).
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
Quote:Original post by Fruny
"Accelerated C++" by Koenig & Moo.
"C++ Common Knowledge: Essential Intermediate Programming" by Dewhurst.
"The C++ Standard Library: A Tutorial And Reference" by Josuttis.
"The C++ Programming Language" by Stroustrup (either the 3rd or the Special edition, depending on your funds).


Listen to Fruny.
And for when you think you know it all.

"Modern C++ Design" by Andrei Alexandrescu
"Exceptional C++" by Herb Sutter
"More Exceptional C++" by Herb Sutter
"Effective C++" by Scott Mayers
"More Effective C++" by Scott Mayers
"Effective STL" by Scott Mayers
"C++ Gotchas" by Steve Dewhurst
"Exceptional C++ style" by Herb Sutter
"Large Scale C++ Software Design" by John Lakos
HardDrop - hard link shell extension."Tread softly because you tread on my dreams" - Yeats
Thinking in C++:
http://www.oopweb.com/CPP/Documents/ThinkingInCpp1/VolumeFrames.html


:) Worked for me.

This topic is closed to new replies.

Advertisement