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.
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.
Itération sur les sections et les étiquettes INI est maintenant supporté, avec un tutoriel sur son utilisation. Int et float analyse utilise maintenant des fonctions personnalisées au lieu de strtol / strtof. Il en résulte une accélération (~ 11% en moyenne), mais supprime l'appui pour hexadécimal, octal entiers, et la notation scientifique de flotteurs. Il y avait aussi un certain travail de refactorisation et corrections de bugs mineurs.
Tags:
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.