[{TableOfContents }]

\\

Book list taken from [Stack Overflow | http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list].

!! Reference Style - All Levels

|| Title || Author || Comments
| The C++ Programming Language | Bjarne Stroustrup | .
| C++ Standard Library Tutorial and Reference | Nicolai Josuttis | .
| The C++ IO Streams and Locales | Angelika Langer / Klaus Kreft | .

!! Beginner

! Introductory

|| Title || Author || Comments
| C++ Primer | Stanley Lippman / Josée Lajoie / Barbara E. Moo | .
| Accelerated C++ | Andrew Koenig / Barbara Moo | .
| Thinking in C++ | Bruce Eckel | 2nd about standard library
| Programming: Principles and Practice Using C++ | Bjarne Stroustrup | .

! Best practices

|| Title || Author || Comments
| Effective C++ | Scott Meyers | .
| Effective STL | Scott Meyers | .


!! Intermediate

|| Title || Author || Comments
| More Effective C++ | Scott Meyers | .
| Exceptional C++ | Herb Sutter | .
| More Exceptional C++ | Herb Sutter | .
| C++ Coding Standards: 101 Rules, Guidelines, and Best Practices | Herb Sutter / Andrei Alexandrescu | .
| C++ Templates The Complete Guide | David Vandevoorde / Nicolai M. Josuttis | .
| Large Scale C++ Software Design | John Lakos | .

!! Above Intermediate

|| Title || Author || Comments
| Modern C++ Design | Andrei Alexandrescu | .
| C++ Template Metaprogramming | David Abrahams and Aleksey Gurtovoy | .
| Inside the C++ Object Model | Stanley Lippman | .


----
[CategoryArchive.Computing.Lang.C] - [CategoryRecreation.Books]