Download List

项目描述

MiniINI is an INI/CFG file parsing library with a focus on portability, speed, and minimalism. The goal is not to support thousands of convenient extensions to the INI format, but to be easy to set up and use, and to be as fast as possible.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-06-11 16:51 Back to release list
0.8

超过部分和标签迭代的INI现在支持,并就其使用教程。 int和float解析现在使用自定义函数,而不是strtol / strtof。这将导致加速(〜11%的平均),但删除十六进制,八进制整数,科学记数法的支持花车。还有一些小错误修正和重构工作。
标签: Stable, Major
Iteration over INI sections and tags is now supported, with a tutorial on its usage. Int and float parsing now uses custom functions instead of strtol/strtof. This results in speedup (~11% on average) but removes support for hexadecimal, octal integers, and scientific notation of floats. There was also some refactoring work and minor bugfixes.

Project Resources