New Tutorial: Ini class & saving/restoring application state

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

New Tutorial: Ini class & saving/restoring application state

Louis Sumberg
I've completed another tutorial.  The description for this one, from the
"Overview" section is: "This exercise looks at saving and restoring the
state of an application's views and options using initialization (".ini")
files.  A wrapper around the Windows "PrivateProfile" functions is built to
allow easy read/write of ini text files.  A simple ini file browser is built
and its state saved to and restored from a text file.  A mechanism (i.e.,
framework) is developed that makes it simple to enable automatic saving and
restoring of application state using text files."

This exercise is another long one (around 30 pages printed), so be
forewarned it'll take awhile to download.  It can be reached via
www.sirius.com/~lsumberg/PersonalMoney.  (One of these days I'll reorganize
my Dolphin related home page.)  Please let me know if you have any
questions, comments, suggestions and corrections.

-- Louis