|
About:
ConfigLib is a C++ library for reading and writing
standard Unix and Windows .INI configuration files
as easily as declaring a variable. It provides all
the objects necessary to read any setting from a
configuration file and write out changes while
preserving comments. Using templates, any
serializable object or primitive can be read from
a configuration file and parsed automatically via
the command line. It also includes common objects
for handling settings beyond those of the C
primitives.
Author:
VonRoeschlaub [contact developer]
Homepage:
http://configlib.wiki.sourceforge.net/
Tar/GZ:
http://sourceforge.net/project/showfiles.php?group_id=221404
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
(not rated)
» Vitality: 0.01% (Rank 5030)
» Popularity: 0.28% (Rank 19245)

(click to enlarge graphs)
Record hits: 1,616
URL hits: 446
Subscribers: 13
|
|
Branches
Comments
[»]
Alternative: Autoopt, part of Autogen
by BotKeeper - Mar 16th 2008 17:27:29
I've used Autoopts (part of Autogen) for years. It
has a much more complete feature set for options
but with a higher footprint. ConfigLib uses true C++
templates.
[reply]
[top]
[»]
Re: Alternative: Autoopt, part of Autogen
by VonRoeschlaub - Jul 10th 2008 10:20:34
A bit like Autoopt for configuration files, but this does not do code
generation. Instead the focus is on the ability to add and remove
configuration file options easily without any redesign. Preserving of
existing configuration file comments and unhandled options was also of high
importance.
Autoopt offers much greater control over the command line interface, which
is only added for completeness to ConfigLib.
[reply]
[top]
|