搜索资源列表
不用API的ini文件读写
- 不用API的ini文件读写,支持现有的INI读写,并且还可以脱离API的限制,再修改一下源码就能更好的支持其它的文件读写-not API ini document literacy, support existing INI to read and write, and also from the API restrictions further changes to the source code will be able to better support other document li
ATL写的一个操作INI文件的COM组件
- 一个别人写的ini文件读写com控件,可以作为学习ATL编程的好例子,也可以学习ini文件读写-a written document literacy com ini control, ATL can learn as a good example of programming, but also can learn to read and write documents ini
inirw
- 一个读写INI文件的例子-An example of reading and writing INI files
MyOKFile
- 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
IniHandler
- 最实用性的ini文件读写类,已经经过作者多次试用认证,读写文件都十分方便,用c#编写,非常适宜green hand,是学习、工作方便的助手,并不比XML逊色!-The most practical type of ini file read and write, the author has been repeatedly tested authentication, read and write documents are very convenient, with c# Prepared,
RW_ini
- 关于mfc ini 文件 读配置文件的读写-Mfc ini files on Reading configuration file to read and write
INI_Class
- VC++INI文件读写类,将对一般INI文件的各项操作,包括打开,读,写,修改等功能简化为几个方法,综合为一个类。-VC++ INI file reading and writing class, will the general operation of the INI files, including open, read, write, modify functions simplify several ways, integrated into a category.
iniFilesVB
- 功能最齐全的vb ini文件读写源码示范,直接放到你的源码中即可-Features the most complete source vb ini file to read and write the model directly on the source you can
ModINI
- VB的INI文件读写得模块,支持直接读写INI配置文件-VB of the INI file to read and write a module, support for direct read and write INI configuration files
INI
- ini文件读写的类,可以满足基本INI文件的读写。-ini file reading and writing classes, to meet the basic reading and writing INI files.
IniHelper
- /// <summary> /// INI文件读写操作帮助类 /// INI文件的结构 /// INI文件是一种按照特点方式排列的文本文件。每一个INI文件构成都非常类似,由若干段落(section)组成,在每个带括号的标题下面,是若干个以单个单词开头的关键词(keyword)和一个等号,等号右边的就是关键字对应的值(value)。其一般形式如下: /// [Section1] /// KeyWord1 = Valuel /// KeyWord2
ini
- 很多软件刚开始运行都会产生读写INI文件的功能,这就是一个用c语言写INI文件的实例。-Just started running a lot of software will have to read and write INI files, this is a language used to write INI file c example.
File_ini_RW
- INI文件读写类,可以直接引用,相当有实用价值。-INI file reading and writing classes, can be directly quoted, quite practical value.
ini_rw
- ini文件读写例子,实现从B文件中读出项目,覆盖到A中-ini file to read and write examples of documents from a B to read out the project, covering the A,
ini
- ini文件操作类,支持ini文件读写,对codeproject上的源码做了些修改。-ini file manipulation classes, read and write support for ini files, the source of codeproject made some changes.
ini
- VB读写ini文件实例源码 将当前时间写入ini文件 从ini文件中读取存储的时间打印在窗口上-VB source code reading ini file example
ini文件读写操作
- 基于WindowsAPI函数,VB6.0语言编写的对INI配置文件读写操作程序(Ini configuration file read and write operations)
SaharpINI(jb51.net)
- ini文件的读写,与创建功能,很好用,,,还要不能小于20个字(Ini file to read and write, and create function, very useful)
RWini
- 一个简化读写INI文件的类, 由VC++6.0写成。(A class that reads and writes INI files simply)
IniFileReadWriter
- 封装INI文件读写功能,对各种常见数据类型进行自动转换。(It encapsulates INI file read and write function, and automatically transforms all kinds of common data types.)