搜索资源列表
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
CNTService.rar
- 一个简单的后台服务类,大家可以下载下来研究一下,• Simple and clean C++ interface using virtual functions. • All the code is Unicode enabled and build configurations are provided. • All code compiles cleanly at the highest warning level of 4. This is th
MruFileTest
- VC++的MFC对最近文件进行了包装。但这种方法也有缺陷: ①用户程序必须使用文档、视图结构 ②这种最近文件保存在注册表中,不易清除 用ini文件实现最近文件可以解决上述问题,而且用编程控制MRU更灵活,可以提供更多功能。 -MFC VC++, the packaging of recent documents. However, this method also has shortcomings: ① user program must use the d
ReadiniFile
- mfc编程解析Windows的boot.ini文件,读取其中的内容并显示出来-MFC programming on the analytical Windows of boot.ini file, read the content and displayed
read-and-write-INI-file
- 如何读写INI文件,vc++ mfc 程序源代码,压缩包内有源代码与测试程序-How to read and write INI file, vc++ mfc program source code, compressed package source code and test procedures
VCPPMFC
- VC++MFC 操作 ini 总有一些配置信息需要保存下来,以便完成程序的功能,最简单的办法就是将这些信息写入INI文件中-VC++ MFC operation Ini there are always some configuration information needs to be preserved in order to complete the function of the program, the simplest way is to write this information
