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.
Iteración sobre la sección del INI y las etiquetas se admite ahora, con un tutorial sobre su uso. Int y flotan analizar ahora utiliza las funciones habituales, en lugar de strtol / strtof. Esto se traduce en aumento de velocidad (~ 11% de media), pero elimina el apoyo a hexadecimal, octal enteros, y la notación científica de carrozas. Hubo también algunos trabajos de refactorización y correcciones de errores menores.
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.