vc控制台程序中如何使用cstring类的函数,头文件怎么包含?
时间:2016-05-15 15:17:05
收藏:0
阅读:263
1.project->setting->general 里的Microsoft Foundmation class选择“Use MFC in a Shared DLL”,再包含<afx.h>就行了。
2.直接include <afx.h>
3.#include <atlstr.h>
原文:http://www.cnblogs.com/lubao/p/5495189.html
评论(0)