搜索资源列表
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)
666
- 一个文件,包含注册中需要的信息内容,在文件的使用过程中请注意如下几个问题-A file contains the information needed in the registered content, please pay attention to the following questions in the use of the process of the file
