lpstr 與 cstring 互相轉換

LPSTR a="aaaaa";
CString str;
str.Format("%s",a)
CString FileName;
(LPSTR)(LPCSTR)FileName
相關文章
相關標籤/搜索