Wednesday, December 05, 2007
C++ library for configuration files
C++ Config File library
+ Simple: one header and one library file
+ Support multiple sections in one configuration file
- The output library under vs2003 is large (2.3M for /MDd)
Configuration File Reader for C++
+ Very simple: one header and one cpp file
+ Using template to reduce codes for different primitives
- Do NOT support multiple sections
+ Simple: one header and one library file
+ Support multiple sections in one configuration file
- The output library under vs2003 is large (2.3M for /MDd)
Configuration File Reader for C++
+ Very simple: one header and one cpp file
+ Using template to reduce codes for different primitives
- Do NOT support multiple sections
Labels: c++, programming