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.
Iteração sobre seções INI e tags é agora suportada, com um tutorial sobre seu uso. Int e float analisar agora usa funções personalizadas em vez de strtol / strtof. Isso resulta em aumento de velocidade (~ 11% em média), mas remove o suporte para hexadecimal, octal números inteiros, notação científica e de carros alegóricos. Houve também algum trabalho de refatoração e correções 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.