摘要:
一 C++ 中 string与wstring互转 方法一: string WideToMutilByte(const wstring& _src) { int nBufSize = WideCharToMultiByte(GetACP(), 0, _src.c_str(),-1, NULL, 0, 0, FALSE); char *szBuf = new char[nBufSi... 阅读全文
posted @ 2008-04-09 18:23
至尊王者
阅读(1224)
评论(0)
推荐(0)
浙公网安备 33010602011771号