Convert CString to std::string

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

posted @ 2012-04-07 17:46  网络小虫  阅读(230)  评论(0编辑  收藏  举报