搜索资源列表
std_string+封装的string操作类
- std_string+封装的string操作类,方便操作
CIni
- ini 文件解析器(类),将ini文件的读写等操作进行了封装,使用标准的输入输出等简单的库(string、stdio、stdlib),输入文件名 段名 条目名就可以解析出结果。通过ReadInt(),ReadString(),Write()3个主要函数实现。-an implementation of initialization file parser, only few stand libs needed(sting.h, stdio.h, stdlib.h), 3 main function
CIni
- ini 文件解析器(类),将ini文件的读写等操作进行了封装,使用标准的输入输出等简单的库(string、stdio、stdlib),输入文件名 段名 条目名就可以解析出结果。通过ReadInt(),ReadString(),Write()3个主要函数实现。-an implementation of initialization file parser, only few stand libs needed(sting.h, stdio.h, stdlib.h), 3 main function
LineConv
- 实现字符串的换行格式转换的源码,可以从 \r\n 到 \n 或者从 \n 到 \r\n 的转换,本程序采用类封装,并使用标准库方便移植,测试环境VS2010。-Wrap string format conversion source code, \r\n to \n or \n to \r\n conversion, the program uses a type of packaging, and the use of the standard library to faci