Configuration File Reader for C++

ConfigFile is a C++ class for reading configuration files. Such files are handy, for example, in running computer simulations. The simulation program can be set to read its input parameters and settings from a configuration file. Then, changing the simulation conditions is as easy as editing text in the configuration file rather than editing and recompiling the source code.

With this purpose in mind, ConfigFile is designed to be convenient, portable, and free. Take a look at the class header, class definition, example program, and sample input. Or, download the complete package in zip or tarball format.

Features:

If you like this software, also try my version of the Mersenne Twister random number generator.

^ home
Rick Wagner ( wagnerr@umich.edu ) 26 May 04