LPTSTR lpsz =(LPTSTR)(LPCTSTR)theString; 2. char* -> CString CString str; char pStr[100]; char * p = "This is a test"; str.Format("%S",pStr);
確定! 回上一頁