Config Maker 0.6 (Default branch) |
|
|
Config Maker is a tool to automatically create C++
classes that parse configuration files. Only a few
lines of text that describe the possible entries
in the configuration file are needed, and the
complete class will be generated ready for use.
License: GNU General Public License (GPL)
Changes:
The documentation has been updated. A new
constructor that takes a filename as an argument
was added. This allows you to initialize a new
object directly with the values from the
configuration file.
|