c++STL-vector

📝

内容提要

c++STL-vector 可变长的动态数组 #include<vector> 在命名空间std中 构造与初始化 #include<iostream> #include<vector> int main(int argc, char const *argv[]) { std::vector<int> v1;//初始化为空 std::vector<int>...

🏷️

标签

➡️

继续阅读