摘要:
#include #include bool WcharToChar(const wchar_t* wp, std::string& str) { int len = WideCharToMultiByte(CP_ACP, 0, wp, wcslen(wp), NULL, 0, NULL, NULL); str.resize(len + 1); return Wid... 阅读全文
posted @ 2017-04-10 23:05
细雨细语
阅读(392)
评论(0)
推荐(0)

浙公网安备 33010602011771号