char*、string、CString、LPTSTR 的相互轉化 wsprintf的正確使用

wstring CString2wstring(CString cstrText) {     wstring strText = cstrText.GetBuffer(0); }   string CString2string(CString cstrText) {     string strText;     strText = CT2CA(cstrText.GetBuffer(0));  
相關文章
相關標籤/搜索