新建项目 ->已安装的模板 ->其他语言 ->VC++
如果没有安装vc模板, 就只好重装软件了。
头文件前面添加#include <vector>
using namespace std
之后就可以正常使用vector了
如
vector<int>m_vecInts
vector<int>m_vecInts2
m_vecInts.swap(m_vecInts2)
欢迎分享,转载请注明来源:内存溢出
新建项目 ->已安装的模板 ->其他语言 ->VC++
如果没有安装vc模板, 就只好重装软件了。
头文件前面添加#include <vector>
using namespace std
之后就可以正常使用vector了
如
vector<int>m_vecInts
vector<int>m_vecInts2
m_vecInts.swap(m_vecInts2)
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)