We are developing a fairly large project in C ++, where many components require configuration parameters. We would like to use a central place to configure everything (for example, the registry), preferably with a simple and simple graphical interface (for example, Firefox about:config) and a simple API.
I am pretty sure that many applications have this problem, but could not find accessible libraries that can be easily used for this. Does anyone know of a good (preferably free) library to use for this?
This should work with cross-platform on Windows and Linux.
source
share