只有以NULL结尾的char[]才能强制转换为CString,即可以直接等于,否则需要通过Format函数
char charArray[]="this C++";
CString res;
res.Format("%s", charArray);
标签:Format,res,CString,char,charArray,互转 From: https://www.cnblogs.com/xiaoxiaoshi/p/17483682.html
只有以NULL结尾的char[]才能强制转换为CString,即可以直接等于,否则需要通过Format函数
char charArray[]="this C++";
CString res;
res.Format("%s", charArray);
标签:Format,res,CString,char,charArray,互转 From: https://www.cnblogs.com/xiaoxiaoshi/p/17483682.html