摘要:
五、BSTR、char*和CString转换 (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"; 或在已定义Uni... 阅读全文
posted @ 2009-06-05 17:22
3D入魔
阅读(225)
评论(0)
推荐(0)