1、容器
vector 动态数组,如果要存储不同的数据类型,可以使用union数组
list 双链表 queue 队列 stack 栈
map存储键值对
set 集合,不支持下标访问
posted on 2014-12-10 19:51 cxzhi 阅读(83) 评论(0) 收藏 举报