VC中BSTR、Char和CString类型的转换
摘要:
1、char*转换成CString 若将char*转换成CString,除了直接赋值外,还可使用CString::format进行。例如: [cpp] view plain copy print? char chArray[] = "This is a test"; char * p = "This 阅读全文
posted @ 2016-10-16 19:11 upstreamL 阅读(867) 评论(0) 推荐(0) 编辑