在Dlg.h文件中加入
 #include<vector>
 using namespace std;
extern vector<int> aaa; 

再在Dlg.cpp文件中加入
vector<int> aaa; 

详情参考http://bbs.csdn.net/topics/390573469

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-02-23
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案