Close

Updated to 1.0r5

A project log for cfg_parse

A compile-in (C, C++) solution for reading key-value pairs from file(s), looking up settings, and writing a config file back to disk.

greg-kennedyGreg Kennedy 08/28/2014 at 23:210 Comments

Just a little source cleanup for the latest release.  This is very stable and I use it in lots of my hobby projects now.
You can either download the zip file with code, or add it as a svn:externals property to automatically stay up-to-date.  A sample line would be:

svn propset svn:externals "cfg_parse svn://svn.code.sf.net/p/cfg-parse/code/trunk" .

Discussions