STL中string與wstring的轉換

string ws2s(const wstring &ws) { size_t i; string curLocale = setlocale(LC_ALL, NULL); setlocale(LC_ALL, "chs"); const wchar_t* _source = ws.c_str(); size_t _dsize = 2 * ws.size() + 1; char* _de
相關文章
相關標籤/搜索