ofstream 處理wchar寫文件保留unicode格式

std::ofstream recordFile; recordFile.open(Wstr(recordName).Buf(), std::ios::out| std::ios::binary); if (recordFile.is_open()) { recordFile.write("\xff\xfe",2); recordFile.write((const char *)content.
相關文章
相關標籤/搜索