 |
highly recommended |
Prompt delivery and great price 
This book was delivered to me before time and also paid a decent price for it.
If you use the STL, you need this book 
Still the best book on the STL. Buy this and Josuttis' templates book and you'll be set to learn the intricacies of C++ programming. There are very few genuinely useful C++ books; Josuttis' books are certainly among them... to the point where I almost never bother consulting any others. If I can't understand it from reading Josuttis, I delve into the header files themselves.
C++ Standard Library Reference 
The author has wrote a book that presents C++ standard library to the average programmer with plenty of samples that show how to implement each concept step by step.
Getting dated, but still my first stop reference 
I got this book originally back in 2001, and I still use it almost every day as the first stop for any STL issue I have. It's also what I give new employees who need to get up to speed on the STL. IMHO there's no better place to start if you want to learn to use the STL.
reviews: page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions. The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code. This thoroughly up-to-date book reflects the newest elements of the C++ standard library incorporated into the full ANSI/ISO C++ language standard. In particular, the text focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms. You will also find detailed coverage of special containers, strings, numerical classes, internationalization, and the IOStream library. Each component is presented in depth, with an introduction to its purpose and design, examples, a detailed description, traps and pitfalls, and the exact signature and definition of its classes and their functions. An insightful introduction to fundamental concepts and an overview of the library will help bring newcomers quickly up to speed. Comprehensive, detailed, readable, and practical, The C++ Standard Library is the C++ resource you will turn to again and again.
c++ standard, library, reference, standard, tutorial
|