14STL模板

STL:C++标准模板库:举例说明:vetor向量:就是对数组的封装。
STL里面几乎封装了所有常见线性数据结构

1、vector 容器
2、list 链表
3、map 映射
4string 字符串
5、queue 队列
6、stack 栈
7set 集合
8、dequeue

猜你喜欢

转载自www.cnblogs.com/Long-w/p/9432186.html