搜索资源列表
inirw
- cinifile类封装了大量的函数,能直接对ini文件进行读写操作,操作简单,方便,实用-cinifile a lot of functions, will direct the ini file read and write simple, convenient and practical
inifile1
- 读取当前目录下CIniFile类文件,系统提供的WriteProfileInt()等函数,写到注册表或 系统ini文件里,调用比较麻烦,而且会占用注册表资源,下载了网上的ini类用起来又不太顺手,所以参照写了一个读取当前目录下ini文件的类。程序有详细的注释,欢迎批评指正。-read current directory CIniFile types of documents, the system provides WriteProfileInt () function, wrote reg
CIniFile
- 很好的配置文件读写程序-good configuration file read and write procedures
iniReadWrite
- 用CIniFile类进行 对HQueue.ini文件的读写操作,内部有较详细的注解,对初学VC的朋友有一定的帮助.讲解控件内容更新的一些注意事项.-with CIniFile category of documents HQueue.ini write operation, There are more detailed explanation. VC pair of novice friends can help. Controls on updating some attention to
IniFile
- 操作INI文件,非常方便... 使用方法: 1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入 #include \"IniFile.h\",及CIniFile IniFile 2.读取和写入: string = IniFile.GetString(\"section\",\"item\",\"默认\") int = IniFile.GetInt(\"section\",\"item\",666)
CIniFile
- 多平台的Ini文件读写的类, 非常小巧而且方便易用
CIniFile(VC6)
- INI配置文件读写操作封装类For VC6.0
CIniFile
- 一个VB对INI文件进行读写得很好用的类-a VB right INI file read and write very user-friendly category
用于INI文件读取的CIniFile类
- 功能强大的CIniFile类。可以修改、读取变量的值。也可以加入新的变量新的组。-powerful CIniFile category. Could be amended to read variable values. Can also add a new variable to the new group.
CIniFile
- VC++的ini文件的读取类。能够方便的读取window ini文件。-Class to read ini file.
CIniFile
- 用于INI文件读取的CIniFile类CIniFile 非常实用的一个C++类;-INI file used to read CIniFile Class CIniFile a very practical C++ Category
inifile
- 从网上找到一些保存读取Ini文件的类,感觉不是很好用,于是作者自己动手写了一个简单的CIniFile类,保存程序的参数设置-From the Internet to find some preserved Ini file reader class, feeling not very good, and therefore the author to write yourself a simple CIniFile category, save the parameter setting pro
CMyIniFile
- CIniFile类。可以读取INI后缀名的外部文件。习惯了在外部文件修改文件参数的朋友有福了。不用怕编译好的EXE文件在过后要修改文件的参数而重新编译文件。只要把你的内部参数接口写在Ini文件上面,就可以实现简单的修改参数工作。-CIniFile category. INI can read an external file name suffix. Used to modify the file in an external file parameters friend blessed. Do
inifile_mb_wide_src
- 处理inifile文件的class,支持UNICODE,定义Class: CIniFileW CIniFileA-Summary: This is a total re-write of the original CIniFile class written in 2006. Originally the data structures underlying the CIniFile object were std::list which was extreamly
Ini
- ini文件读取,写入类,CiniFile-ini file read, write, type, CiniFile
CIniFile
- 操作INI文件的类库,非常方便易用,是学习INI的不错例子-INI file in the library operation, very easy to use, is to learn from the good example of INI
IniFile
- 这是一个上位机源程序的初始化程序,实施CIniFile类-Initialization procedure,implementation of the CIniFile class
CIniFile
- 读写ini配置文件的模块,可以方便对ini文件的操作。-Ini configuration file read-write module, you can easily operate on the ini file.
CiniFile
- CiniFile类,用文件流方式实现比较灵活的ini文件读写类,可自动创建文件及没有INI字段头时,自动写入INI字段头,灵活应用,包内自代Demo!其中CiniFile.h,CiniFile.cpp是类文件V6编写.-CiniFile.h CiniFile.cpp