5. STL编程五

1. STL的六大组件:   容器(Container)   算法(Algorithm)   迭带器(Iterator)   仿函数(Function object)   适配器(Adaptor)   空间配置器(allocator) #include <iostream> #include <vector> #include <list> #include <algorithm> using n
相关文章
相关标签/搜索