MFC CString 转 String

CString cstr = _T("ABC"); 
USES_CONVERSION; 
string str(W2A(cstr));

  

posted @ 2017-05-11 21:52  Henry2017  阅读(147)  评论(0)    收藏  举报