控制台使用CString

参考:vckbase

http://www.vckbase.com/index.php/wv/1156.html


代码生成:多线程调试(/MTd)

#include <afx.h>

int _tmain(int argc, _TCHAR* argv[])
{
CString str;
str.Format(L"test");
return 0;
}

你可能感兴趣的:(控制台使用CString)