ConfigLib 0.1.0 (Default branch) |
|
|
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.
License: BSD License (revised)
Changes:
The initial release of the project includes objects for reading and writing a configuration file setting, or a map of settings from a complete section. It also has objects for reading colors and IP addresses using a variety of common formats.
|