共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > cfmake |
cfmake
|
0 | 0 | 22 |
贡献者 | 讨论 | 代码提交 |
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.