Monday, September 1, 2014

Windows App - INI File Parser

CIniParser is class written in C++. It can be used to parse INI files, as well as other files with the same format.

It reads sections, parameters, values and comments for each parameter.

Demo application can be downloaded here. It first reads and shows lines one by one, and then shows how actual parsing looks like, with parameters, values and comments shown.