T2stdstring
摘要:
int T2stdstring(TCHAR* szString,std::string& str) { #ifdef _UNICODE int len=lstrlen(szString)*2; char * p=new char[len+1]; if... 阅读全文
posted @ 2010-05-01 21:43
devcfei
阅读(134)
评论(0)
推荐(0)
浙公网安备 33010602011771号