摘要: std::string ws2s(const std::wstring& str) { char* pElementText; int iTextLen; // wide char to multi char iTextLen = WideCharToMultiByte(CP_ACP, 0, str.c_str(), -1, NULL, 0, NUL... 阅读全文
posted @ 2015-05-13 15:29 疯陈演义 阅读(1540) 评论(0) 推荐(0)