摘要: C++ C++三种容器:list、vector和deque的区别:https://blog.csdn.net/gogokongyin/article/details/51178378 一、容器 小常识 1、queue、stack不可遍历,list迭代器不可以使用"it=it+1",而可以使用"it+ 阅读全文
posted @ 2019-01-25 14:55 Sun2Q 阅读(240) 评论(0) 推荐(0) 编辑