DOTCONF++ library
library for parsing configuration files
by Aleksey Krivoshey voodoo@foss.kharkov.ua
dotconf++ is a dotconf (http://www.azzit.de/dotconf/)
like configuration file parser written in C++. It supports macro
substitution from the environment or from the file itself, config file
inclusion, easy handling of XML like tags, checking for required tags,
and more. The whole document (with all inclusions) is parsed into a
useful tree structure that is easy to use in your program