开发语言:C/C++
支持平台:Windows、Windows CE
实现功能:
实现了一个类CRWINIFILE,提供如下接口函数:
LoadFile
CloseFile
GetProfileString
GetProfileInt
GetProfileSection
GetProfileSectionNames
WriteProfileString
WriteProfileSection
WriteProfileStruct
GetProfileStruct
下载地址:
V1.2.1 2010年12月18日
- 将包含文件<tchar.h>从实现文件移到头文件,如出现因<strsafe.h>造成的编译错误,请将"RWINIFILE.h"作为第一个包含头文件。
V1.2 2010年05月11日
- 给一些函数添加了缺省参数值。
V1.1 2010年02月10日
- 代码优化。支持Windows、Windows CE
V1.0 2009年04月28日
完成正式版本。支持Windows、Windows CE
附加说明:
通过阅读该代码,可以让初学者快速掌握如何操作内存映射文件。
源代码
RWINIFILE.h