1. 首页
  2. 课程学习
  3. C++/C
  4. STL容器vector

STL容器vector

上传者: 2019-03-08 15:13:41上传 RAR文件 1.56KB 热度 53次
vector list容器#include "stdafx.h" #include #include using namespace std; struct student { int id; string name; float height; }; int main(int argc, char* argv[]) { vector onit; coutStudent.id; /*cin>>Student.name;*/
用户评论