文件名称:inifile
介绍说明--下载内容均来自于网络,请自行研究使用
一个适用于VC++程序员的INI文件操作类及示例文件,包括一些INI的读写操作等基础知识,用示例来演示INI文件的使用,一般在软件开发中,INI文件常用来当做配置文件来用,对此,大家或许并不陌生了。示例文件演示将一段配置信息按照INI文件的格式写入信息。-One for VC++ programmers INI file manipulation class and sample documents, including some of the basics of reading and writing INI operation, using examples to demonstrate the use of INI files, usually in software development, INI files used to as a configuration file to use , which, we may not be a stranger. The sample file demonstrates some configuration information is written in the format of the INI file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ini文件的类适合VC使用\iniFile\iniFile.cpp
.....................\.......\iniFile.h
.....................\.......\Makefile
.....................\.......\test\ini_test.cpp
.....................\.......\....\ini_test.ini
.....................\.......\....\Makefile
.....................\.......\....\memleak_test.cpp
.....................\.......\test
.....................\iniFile
ini文件的类适合VC使用