CString到string()


CString str = _T("");
CStringA tmp;
tmp = str;
std::string s = tmp;