实例介绍
该资源包含十几个完整的MFC下操作txt文件的代码,在VS2008环境下能成功运行,包括对文件的读写、判断文件是否被修改、创建特大txt文件以及对文件内容的查找和替换等。
【实例截图】
【核心代码】
4744300845170594513.rar
└── 第11章 文件读写操作
├── 10.如何读写INI文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 11.如何创建一个临时文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 12.如何创建一个特大型文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 13.如何创建一个文本文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 14.如何删除一个文本文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 15.如何更名一个文本文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 16.如何对文本文件进行查找与替换?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 17.如何从文本文件中读取一个字符串?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 1.如何打开文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.sln.old
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── Test.vcproj.old
│ ├── TestView.cpp
│ └── TestView.h
├── 2.如何关闭文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 3.如何读文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ ├── BuildLog.htm
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 4.如何写文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 5.如何定位文件?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 6.如何判断文件大小?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── TestView.cpp
│ └── TestView.h
├── 7.如何获取文件错误类型?
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── Test.exe
│ ├── res
│ │ ├── TestDoc.ico
│ │ ├── Test.ico
│ │ ├── Test.manifest
│ │ ├── Test.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── Test.cpp
│ ├── TestDoc.cpp
│ ├── TestDoc.h
│ ├── Test.dsp
│ ├── Test.dsw
│ ├── Test.h
│ ├── Test.ncb
│ ├── Test.rc
│ ├── Test.sln
│ ├── Test.sln.old
│ ├── Test.suo
│ ├── Test.vcproj
│ ├── Test.vcproj.old
│ ├── TestView.cpp
│ └── TestView.h
├── 8.如何检测文件是否已经发生更改?
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── FileChangeMonitor.aps
│ ├── FileChangeMonitor.cpp
│ ├── FileChangeMonitorDoc.cpp
│ ├── FileChangeMonitorDoc.h
│ ├── FileChangeMonitor.dsp
│ ├── FileChangeMonitor.dsw
│ ├── FileChangeMonitor.h
│ ├── FileChangeMonitor.ncb
│ ├── FileChangeMonitor.rc
│ ├── FileChangeMonitor.sln
│ ├── FileChangeMonitor.suo
│ ├── FileChangeMonitor.vcproj
│ ├── FileChangeMonitorView.cpp
│ ├── FileChangeMonitorView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── FileChangeMonitor.exe
│ ├── res
│ │ ├── FileChangeMonitorDoc.ico
│ │ ├── FileChangeMonitor.ico
│ │ ├── FileChangeMonitor.manifest
│ │ ├── FileChangeMonitor.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── stdafx.cpp
│ └── stdafx.h
└── 9.如何判断文件在磁盘上是否存在?
├── MainFrm.cpp
├── MainFrm.h
├── ReadMe.txt
├── Release
│ └── Test.exe
├── res
│ ├── TestDoc.ico
│ ├── Test.ico
│ ├── Test.manifest
│ ├── Test.rc2
│ └── Toolbar.bmp
├── Resource.h
├── stdafx.cpp
├── stdafx.h
├── Test.cpp
├── TestDoc.cpp
├── TestDoc.h
├── Test.dsp
├── Test.dsw
├── Test.h
├── Test.ncb
├── Test.opt
├── Test.rc
├── Test.sln
├── Test.suo
├── Test.vcproj
├── TestView.cpp
└── TestView.h
52 directories, 433 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论