Code Snippets is the section where I put up snippets of code I wrote that I think other people might benefit from by using in their programs.
You are welcome to use any of these snippets in your program for free, but I would appreciate it if you could tell me about it when you do, and whack my name (Daniel Chambers) in your Credits section. It gives me a nice warm fuzzy feeling when people use my code, and I get boasting rights with my friends when my name comes up on your kick-arse program :)
Programmed by: Daniel Chambers
Programmed in: Visual C++ (MFC)
Latest Version: v1.0.0
Last Changed: 2005/02/13
Website: Here
Licence: Free
It is a class written in C++ for MFC that allows programmers to easily create and read INI configuration files. It allows saving in string (CString) format, integer format, and float/double format.