Archive for April, 2005

ConfigParser C++ Class

I just pushed some stuff relating to a C++ class I wrote for a small project. Essentially, it’s an abstract class for dealing with configuration files. You extend it to handle the specifics of a given config file’s expectations, but the annyoing stuff is done for you.

Check it out