Posts Tagged ‘OptionsManager’

JWCommon Library Release

Wednesday, February 4th, 2009

 

Cutthroat Studios Skull & Crossed Sabres

I’ve decided to release a few classes that I think would be of general use under the MIT liscence.

JWCommon 2009-02-04 focuses on classes for storing, recalling, and grouping options. Options can be any named value that can be represented by a string. I had application preferences in mind when I wrote the code but there is no reason the code is limited to that use.

Features:

  • OptionsManager – Store and lookup options by name and group
  • OptionsFileManager – Save or load all the options directly to or from a file 
  • Ini file format implementation provided, easy to add your own file format implementation.
  • String conversion/parsing utility methods
  • Clean object oriented design
  • No dependencies on other libraries (other than the c standard library)

Download Source Package

Download MSVC2005 binaries

(more…)