
26 Nov
2010
26 Nov
'10
10:04 a.m.
Denis Shevchenko wrote:
Hi all!
Is there any interest in a library for configuration file parsing?
I know there is a good library Program_options, but it supports (asit is written in the documentation) "parsing of simple INI-like configuration files". If all you need for configure your programs is INI-like files - use Program_options and forget about this letter. But if you want to use a more complex configuration files, you may be interested in my library, Configurator.
You might want to clarify what are "more complex configuration files". Also, note that the property_tree library has support for some flavour(s) of configuration files, so you might want to compare your solution with it. - Volodya