A2W,W2A等的使用

1 #include <atlbase.h>
2 #include <atlconv.h>
3 代码块
4 {
5    。。。。。。
6         USES_CONVERSION;
7         CString TempDirPath;
8        TempDirPath.Format(_T("%s\Temp"),W2A(......));
9 }
------------ ----------------https://www.gnsoft.ltd------------------- ------------
原文地址:https://www.cnblogs.com/guozht/p/7885108.html