Libconfig is a simple library for parsing structured configuration files, like this one: test.cfg.
This file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code.
libconfigduo library includes bindings for both the C and C++ languages.
Product's homepage
What's New in This Release: [ read full changelog ]
· This version fixes a minor parsing bug and addresses the Visual Studio compiler errors in the unit tests.