Convert CString to std::string

CString cstr("hello world");
string std_str ((LPCTSTR)cstr);

原文地址:https://www.cnblogs.com/foxhengxing/p/2436311.html