Re: who read what c++ books and best learning practices?
puzzlecracker wrote:
It'd be interesting to compare the learning practices of c++
practitioners. I'll start with mine
The C++ Programming Language
C++ Primer
Effective C++
More Effective C++
Effective STL
The C++ Standard Library : A Tutorial and Reference (most of it)
Exceptional C++
More Exceptional C++
C++ strategies and tactics
Designed Patterns
Professional C++ (started reading, but didn't like it after first
chapter - thus stopped)
This summer goal:
Large Scale design in C++
C++ Templates
Thinking in C++ both volumes
Suggestions, other peoples experiences, comments?
That's a good list. My top 10 list includes some of the above books.
Here are the top 10 programming books that I recommend to all C++
programmers:
Effective C++ by Scott Meyers
More Effective C++ by Scott Meyers
Exceptional C++ by Herb Sutter
More Exceptional C++ by Herb Sutter
Effective STL by Scott Meyers
C++ Coding Standards : 101 Rules, Guidelines, and Best Practices {Herb
Sutter, Andrei Alexandrescu}
Programming languages - C++ STANDARD ISO/IEC 14882:1998(E)
C++ Programming Language Special Edition, The by Bjarne Stroustrup
Efficient C++ by Dov Bulka & David Mayhew
Modern C++ Design by Andrei Alexandrescu