Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Accelerated C++ by Andrew Koenig & Barbara Moo -- Read and practice example code and exercises from this book first.
- 2. Programming: Principles and Practice Using C++ (2nd Edition) by Bjarne Stroustrup -- Chapters 5,6, and 7 are gems in this book. You can in fact use this book in parallel with the Accelerated C++ book and
- 3. (a) The C++ Programming Language (4th Edition) by Bjarne Stroustrup, -- Definite reference book to have.
- 3. (b) The C++ Standard Library: A Tutorial and Reference (2nd Edition) by Nicolai M. Josuttis, -- Clear examples and very methodical
- 3. (c) C++ Templates: The Complete Guide by David Vandevoorde -- What can I say! This is simply a classic.
- C++ books list from an Amazon review.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement