Parse config file in C/C++

Sounds like you want to parse a file that’s pretty close to an ini file.

There’s at least a few INI parser libraries out there: minIni, iniParser, libini, for instance.

Leave a Comment