C++ Must Have Books

This is my list of must-have books for C++ development:

  1. The C++ Programming Language This book defines the language. While it isn't for first time programmers, it is an excellent reference.

  2. Effective C++ Scott Meyers is my favorite technical writer. I will buy any book he writes, he's that good. This book taught me more about C++ than any other and is the "Elements of Style" for C++ programming.

  3. More Effective C++ More excellence from the master.

  4. The C++ Standard Library My favorite part of C++ is defined in here. STL, the brilliant brainchild of Stepanov, is clearly explained by Josuttis. Like all good technical books, this one is loaded with examples.

  5. Effective STL Remember what I said about Meyers? Buy this too.

  6. Design Patterns This book will make you a better programmer in general.

posted on April 16, 2008 at 9:19 a.m.

tags: favorites cplusplus books

Add a Comment


You may use markdown

**bold** = bold

*italics* = italics