MFC: 檔案

hello可樂發表於2020-10-21
CFile
CFileException
TCHAR* pszFileName = _T("c:\\test\\myfile.dat");
CFile myFile; CFileException fileException; 
if ( !myFile.Open( pszFileName, CFile::modeCreate 

相關文章