October 2011
Beginner to intermediate
1200 pages
35h 33m
English
The Standard Template Library (STL) aims to provide efficient implementations of common algorithms. It expresses these algorithms in general functions that can be used with any container that satisfies the requirements for the particular algorithm and in methods that can be used with instantiations of particular container classes. This appendix assumes that you have some familiarity with the STL, such as might be gained from reading Chapter 16, “The string Class and the Standard Template Library.” For example, this chapter assumes that you know about iterators and constructors.
Just as the changes brought by C++11 to the C++ language are too extensive to cover completely ...
Read now
Unlock full access