2006年6月3日

[C++][MFC]CFile的一些简单使用

摘要: 2006-06-03 CFile写文件的例子(自学) // 设置要打开的文件char* pszFileName = "c:\\test.dat";CFile myFile;CFileException fileException;// 打开文件,中间可能会出现异常int iOpenResult = myFile.Open(pszFileName, CFile::modeCreate | CF... 阅读全文

posted @ 2006-06-03 13:46 徐中 阅读(4579) 评论(1) 推荐(0) 编辑

导航