An open API service indexing awesome lists of open source software.

https://github.com/brd6/inifileparser

An ini file parser
https://github.com/brd6/inifileparser

c-plus-plus cplusplus ini ini-parser

Last synced: 12 months ago
JSON representation

An ini file parser

Awesome Lists containing this project

README

          

# iniConfigParser
An ini file parser.

Handling simple data type :

int, float, char, string, bool, array.

You can use comment in your ini file by starting the line by ; or #

In case of error, an exception is thrown.