inilib is a C++ library which provides a method of saving the"state" of a program in a human readable format similar to Window's .ini files. inilib provides a means of storing a number of arbitrary settings in memory with an easy access interface, as
Be the first to post a text review of inilib C++ library. Rate and review a project by clicking thumbs up or thumbs down in the right column.
* Added logic to ignore comments (starting with ;) when reading in an INI file. Does not maintain comments on write (bug 677228) * Fixed memory leak in INI::section::copy (bug 828881) * Fixed some char* casting issues, where char* strings got cast to bool on assignment rather than std::strings (bug 497734) * Fixed problem where datatype was lost when loading from file and using already-initialized defaults (bug 520448)<BR> * Updated build process to be compatible with the latest versions of Automake and Autoconf
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?