佚名通过本文主要向大家介绍了mfcactivex控件,c stl标准程序库,stl程序,plc程序stl,stl标准程序库等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题: 如何在MFC ActiveX控件程序中使用STL?
描述:
解决方案1:
描述:
--- 急 ---
比如我想使用vector或者list,当使用
#include <list>
或者
#include <vector>
的时候会产生编译错误,如何解决?望各位指教,多谢了!
--- 急 ---
解决方案1:
没有写上using namespace std;
#include <vector>
using namespace std;
#include <vector>
using namespace std;