会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ShineLee
博客园
首页
新随笔
联系
订阅
管理
2020年3月24日
C++ VECTOR容器
摘要: Vector:一个容器,可以构建链表等数据结构 #include<vector> using namespace std; 创建一个vector对象 vector <int> I1; //一个int型的空的vector对象I1 vector <int> I2(500); //包含500个int类型数
阅读全文
posted @ 2020-03-24 23:12 ShineLe
阅读(326)
评论(0)
推荐(0)
公告