摘要:
1) char*转换成CString 若将char*转换成CString,除了直接赋值外,还可使用CString::Format进行。例如:char chArray[] = 'This is a test';char * p = 'This is a test'; 或LPSTR p = 'This is a test'; 或在已定义Unicode应的用程序中TCHAR * p = _T('T... 阅读全文
posted @ 2010-01-10 14:30
Lost in Paradise
阅读(175)
评论(0)
推荐(0)
浙公网安备 33010602011771号