STL六大组件

C++ 标准程序库(Standard Template Library)是一个伟大的作品,整个库没有太多的OO(Object Oriented),但无处不存在GP(Generic Programming) STL分为6大组件 1. 容器 containers如,vector, list, deque, set, map用来存放数据 STL —— class template 2. 算法 ...