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, you might also want to try my Mersenne Twister random number generator and ContainArray multidimensional array classes.

Counter visits since 26 May 04.

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