讀取filename文件的內容到wstring

//讀取filename文件的內容到wstring bool ReadFileTowstring(const char *szfile, wstring &content) { CString filename(szfile); //存儲讀取的wstring content.clear(); wchar_t linex
相關文章
相關標籤/搜索