-
INI文件的操作,是使用非常方便:1。首先,inifil删除…
操作INI文件,非常方便...
使用方法:
1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入
#include "IniFile.h",及CIniFile IniFile
2.读取和写入:
string = IniFile.GetString("section","item","默认")
int = IniFile.GetInt("section","item",666)
IniFile.SetString("section","item","设置值")
IniFile.SetInt("section","item",666)
3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include
- 2023-07-09 08:15:03下载
- 积分:1
-
编辑处理Unicode和多字节文本文件。
编辑处理Unicode和多字节文本文件。-Editing processing and multi-byte Unicode text file.
- 2022-05-28 20:37:17下载
- 积分:1
-
htmltrim, collate html source code
htmltrim,整理html的源代码-htmltrim, collate html source code
- 2022-09-18 20:40:03下载
- 积分:1
-
从 dll 或 exe 文件中获得版本 信息
从 dll 或 exe 文件中获得版本 信息-from dll or exe file version information obtained. .
- 2022-02-06 04:59:51下载
- 积分:1
-
VC7到VC6工程的转换工具 VC7到VC6工程的转换工具
VC7到VC6工程的转换工具 VC7到VC6工程的转换工具-Vc7 to VC6 project Vc7 conversion tools to convert VC6 project tools
- 2022-04-15 04:04:53下载
- 积分:1
-
这是一个关于Excel的操作,是我自己写的,我觉得还可以,是在vb.net下完成的。...
这是一个关于Excel的操作,是我自己写的,我觉得还可以,是在vb.net下完成的。-This programme which is written by me using vb.net describes an operation on Excel .and I think the effect is good.So you may have a try!
- 2022-10-04 16:00:03下载
- 积分:1
-
本设计模拟文件管理工作流程, 编写了一个树型的目录结构的文件系统,可支持多用户、树型目录结构文件操作...
本设计模拟文件管理工作流程, 编写了一个树型的目录结构的文件系统,可支持多用户、树型目录结构文件操作-Simulation of the design document management workflow, the preparation of a directory tree structure of the file system that supports multi-user, the directory tree structure of file operations
- 2022-10-18 17:25:03下载
- 积分:1
-
Hull三角网生成算法三角网生成算法,VB实现.Delaunay三角网生成算法,VB实现....
Hull三角网生成算法三角网生成算法,VB实现.Delaunay三角网生成算法,VB实现.-Hull TIN algorithm TIN algorithm, VB. Delaunay Triangulation generation algorithm, VB.
- 2022-07-15 21:05:15下载
- 积分:1
-
file type detection programs
文件类型探测程序-file type detection programs
- 2022-08-16 09:28:45下载
- 积分:1
-
lzss + RLE + huffman. 为了保持比较快的速度, 只对Flag进行huffman编码. 可以用于嵌入式代码压缩.压缩率比LZSS要大, 速度和...
lzss + RLE + huffman. 为了保持比较快的速度, 只对Flag进行huffman编码. 可以用于嵌入式代码压缩.压缩率比LZSS要大, 速度和LZSS稍慢, 如果不用huffman, 速度和LZSS差不多. -lzss+ RLE+ huffman. in order to maintain a relatively fast speed, only to Flag for huffman coding. can be used for embedded code compression. LZSS compression rate than the larger, slower speed and LZSS, if it is not huffman, speed and LZSS almost.
- 2022-06-29 20:56:32下载
- 积分:1