摘要: #include "stdafx.h" #include #include #include #include #include using namespace std; LPWSTR StringToLPWSTR(string s) { const char * szString = s.c_str(); int dwLen = strlen(szString) +... 阅读全文
posted @ 2015-08-24 15:22 ike_li 阅读(1200) 评论(0) 推荐(0)