Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 221 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 221 Bytes

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.