char buf[100];
CString Str_Name = "test";

 USES_CONVERSION;
 strcpy(buf,W2A(Str_Name));

 std::string std_Name = buf;

相关文章: