cfmake is a tool to automatically generate C++ classes that read in configuration files. I often need to read in values and string from configuration files for further use within my programs. cfmake generates a C++ class and antlr grammar from a very simple input file that specifies the name and the type of value for each entry. This way it is extremely easy and fast to implement this in any C++ program.