我有以下一段程序,放在win32 Console Application工程里面使用,
问下需要包含什么头文件?
CStdioFile file;
file.Open("D:\\alphabeta.txt",CFile::modeReadWrite|CFile::modeCreate|CFile::modeNoTruncate);
file.SeekToEnd();
CString sDebug;