Skip to content

brd6/IniFileParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.