C++:CString、string、const char*的相互转换. 1.CString转string //第一种方式: CString str = _T("CSDN"); USES_CONVERSION; std::string s(W2A(str)); //第二种 ...
確定! 回上一頁