摘要:1、char*转换成CString若将char*转换成CString,除了直接赋值外,还可使用CString::format进行。例如:char chArray[] = "This is a test";char * p = "This is a test";或LPSTR p = "This is
阅读全文
posted @ 2021-06-16 00:07
posted @ 2021-06-16 00:07
posted @ 2021-06-15 22:35