摘要:
string UnicodeToANSI(const wstring& str) { char *pStr; int iwstrLen = WideCharToMultiByte(CP_ACP, 0, str.c_str(), -1, 0, 0, 0, 0); cout << "iwstrlen=" << iwstrLen << endl; pStr = new ... 阅读全文
posted @ 2017-06-30 20:05
菜鸟也有高飞的时候
阅读(1413)
评论(0)
推荐(0)

浙公网安备 33010602011771号