共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > MiniINI |
MiniINI
|
0 | 0 | 96 |
贡献者 | 讨论 | 代码提交 |
MiniINI is a free/open source, minimalistic, fast and simple to use C++ library for parsing INI (aka CFG) files. It has no dependencies other than the standard library and should compile on any platform with a standard compliant C++ compiler with C99 support.
The goal of MiniINI is not to support a myriad of extensions to the common INI format, but to be easy to use and to read (and, in future, write) INI files as quickly as possible.