Advertisement
poisonrush

C++ book list

May 2nd, 2020
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. 1. Accelerated C++ by Andrew Koenig & Barbara Moo -- Read and practice example code and exercises from this book first.
  2.  
  3. 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
  4.  
  5. 3. (a) The C++ Programming Language (4th Edition) by Bjarne Stroustrup, -- Definite reference book to have.
  6. 3. (b) The C++ Standard Library: A Tutorial and Reference (2nd Edition) by Nicolai M. Josuttis, -- Clear examples and very methodical
  7. 3. (c) C++ Templates: The Complete Guide by David Vandevoorde -- What can I say! This is simply a classic.
  8.  
  9. C++ books list from an Amazon review.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement