Re: [GD-General] A portable preferences library
Brought to you by:
vexxed72
From: Brian H. <ho...@py...> - 2003-12-02 17:05:59
|
On Tue, 02 Dec 2003 11:42:59 -0500, J C Lawrence wrote: > On Tue, 2 Dec 2003 01:59:30 -0500 > I did a little STL-based thang which reads and writes a map of > "<StanzaName>:Token" -> <value> to and from a text file where the > value is a multi-value which transparently handles strings, > floating point, integers etc in the same type. Very nice, simple, > and easy to use. Load populates the map and everything else is an > STL map reference. Except it uses STL =3D) (M-x skip-C++-and-STL-argument-mode) I'm using ANSI C since it is, by far, the most plug-and-play language for cross-platform work. Brian |