VS2010 “vector is undefined”,该怎么解决
VS2010 “vector is undefined”
我想用vector创建动态数组,可是老是提示vector is undefined,而且vector出现红色下划线,求解
------解决方案--------------------
#include<vector>
using namespace std;
------解决方案--------------------
我想用vector创建动态数组,可是老是提示vector is undefined,而且vector出现红色下划线,求解
------解决方案--------------------
#include<vector>
using namespace std;
------解决方案--------------------