IniFileClass

From WxWiki
Jump to navigation Jump to search

A class for storing application configuration information in a file.

The file is standard ASCII text format and has the following format :

[Key] Value

You can set a key to a string value and then retrieve the value at a later date.

This is useful for storing the config information for when someone runs the application next time round the previous config can be reloaded.

http://www.numerix-dsp.com/files/#FreeSoftware