Nicolai M. Josuttis, The C++ Standard Library: A Tutorial and Reference
ISBN: 0201379260 | edition 1999 | CHM | 832 pages | 3 mb
ISBN: 0201379260 | edition 1999 | CHM | 832 pages | 3 mb
Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively. The C++ Standard Library provides plenty of default functionality in the form of the Standard Template Library (STL) for containers (like vectors and linked lists), as well as generic algorithms (which allow you to sort, search, and manipulate elements inside containers).