Tuesday, June 19, 2007

List mania: C++ (and other) Books

This list includes almost all books that have been published on C++ and that are of any relevance today. More importantly, I have tried to exclude books which you really don't need to read at all - for example Robert Lafore's introductory book on C++. These may not be bad books - just that there are better, more readable books already available.

For the beginner
1. C++ Primer - Stan Lippman, Joseé Lajoie
2. Thinking in C++ (vol 1 & 2) - Bruce Eckel
3. Big C++ - Cay Horstmann, Timothy Budd

For the intermediate programmer (perhaps new to C++)
1. Accelerated C++ - Andrew König, Barbara Moo
2. The C++ Standard Library: Tutorial and Reference Guide - Nicolai M Josuttis
3. C++ Templates - Nicolai M Josuttis, David Vandevoorde
4. Essential C++ - Stan Lippman



For the practising C++ programmer
1. The C++ Programming Language - Bjarne Stroustrup
2. Effective C++ 3/e - Scott Meyers
3. More Effective C++ - Scott Meyers
4. Effective STL - Scott Meyers
5. More C++ Gems - ed Robert Martin
6. The STL Tutorial and Reference Guide - Dave Musser, Atul Saini (the ANSI standard edition)
7. Generic Programming with STL: ... - Matt Austern
8. Exceptional C++ - Herb Sutter
9. The C++ Standard Library Extensions: A tutorial and reference - Pete Becker
10. More Exceptional C++ - Herb Sutter
11. C++ Common Knowledge - Steve Dewhurst
12. Beyond the C++ Standard Library: An Introduction to Boost - Björn Karlsson
13. C++ Coding Standards: 101 guidelines ... - Herb Sutter, Andrei Alexandrescu
14. Large Scale C++ Software Design - John Lakos
15.
16.


For the Advanced Programmer
1. Design Patterns: Elements of Reusable object Oriented Software - Gamma, Helm, Vlissides, Hodgson
2. Modern C++ Design - Andrei Alexandrescu
3. Exceptional C++ Style - Herb Sutter
4. Template Metaprogramming: ... - Dave Abrahams, Aleksey Gurtovoy
5. Imperfect C++ - Matt Wilson
6. Pattern Hatching - John Vlissides
7.
8.
9.


For the language and standard junkie
1. The Design and Evolution of C++ - Bjarne Stroustrup
2. Inside the C++ Object Model - Stan Lippman
3.



Books on specific libraries outside C++ and Boost have not been mentioned. A separate list can be created for those.


Advanced books on specific topics
1. Boost Graph Library - Jeremy Siek, Lie-Quan Lee, Andrew Lumsdaine
2. Standard C++ IoStreams and Locales: ... - Angelika Langer, Klaus Kreft
3.
4.


Older books still worth a read
1. C++ Gems - ed Stan Lippman
(especially the part on Templates - includes original articles from Czarnecki, Eisencker and one more whose name I forgot)
2. The Annotated C++ Reference Manual - Stroustrup, Margaret Ellis
3. C++ Gotchas - Stephen Dewhurst
4. C++ Programming Style - Tom Cargill
5. Advanced C++ Programming Styles and Idioms - James Coplien

0 Comments:

Post a Comment

<< Home