Skip to main content

Posts

Showing posts with the label Books

List of good C++ books

For the beginner ---------------- 1. C++ Primer - Stan Lippman, JoseƩ Lajoie 2. Thinking in C++ (vol 1 & 2) - Bruce Eckel 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 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. Exceptional C++ - Herb Sutter 8. The C++ Standard Library Extensions: A tutorial and reference - Pete Becker 9. More Exceptional C++ - Herb Sutter 10. C++ Common Knowledge - Steve Dewhurst 11. Beyond the C