r44
Tweaks and basics tests for C++ version
Issue 11: changed Subversion eol-style to native.
Moved examples to their own examples/ dir. Only define INI_ALLOW_MULTILINE if it's not already defined. Added C++ INIReader class. Moved license into LICENSE.txt, added README.txt. Added unit tests and checked in baseline files. Made line lengths < 80 chars.
Fixed issue 20: Replaced use of non-portable stricmp() in examples with strcmp().
Added GetReal() to parse a floating point number (double) in C++ INIReader interface. See: http://blog.brush.co.nz/2009/02/inih/#comment-160441