C++ Ini Files

Status
Not open for further replies.

coppro

Drooling
Joined
Apr 5, 2005
Messages
35
Reaction score
0
I'm making an C++ Ini file header for anyone too lazy to worry the finer elements of text searching and filestreams. Does anyone have any sort of feature they want added in?
 
The Win32 API has a few subroutines to do this. Are you writing a wrapper or a platform independent one? Parse tree (DOM) or event (SAX)?
 
Event-based, and whether or not it is cross-compatible with other platforms depends on the platform (It uses filstream opertaions. I beleive Linux supports these, but I'm not sure about others)
 
Status
Not open for further replies.
Back
Top Bottom