12. Numerics 12.1 complex numbers (p529) #include <complex> ,若想改变实部或虚部,须...
11. string(p471) string::npos 11.2 string内部简述(p479)
10 Special Containers(p435) 概述: 10.1 stack #include LIFO : last in firs...
9 STL Algorithm 9.1 header files 使用C++标准库的算法,须先#include 。 9.2 算法概览 9.2....
8 functors/functor objects 8.1 conception of functor functor,是定义了operato...
7.1 迭代器头文件 7.2 iterator categories 7.2.1 input iterator input iterator只能...
6.6 map and multimap(page194) map/multimap将键值对作为元素进行管理。multimap允许重复的键,而m...
5.5 迭代器之配接器 C++标准程序库提供了多个预先定义的特殊迭代器,即迭代器配接器。下面简述三种迭代器配接器(详见page264)。 5.5...
6. STL容器(page143) C++标准程序库还提供了一些特殊容器类别——即 容器配接器(container adapter,包括stac...