The C++ Standard Library: A Tutorial and Reference: "Programming with the C++ Standard Library can certainly be difficult task. Nicolai Josuttis’s The C++ Standard Library is one of the best available books to using the built-in features of C++ effectively.
The C++ Standard Library provides lots of built-in functionality in the form of the Standard Template Library (STL). The STL was created as the [...]"