Re: a simple .ini parser -
02-01-2005
maybe use the STL, especially the vector<..> class, to get rid of all those explicit memory handling stuff, makes a lot of stuff a lot more simpler.
and depending on how you wanna use that ini class, if it's called often and needs to be fast, a hashtable might be useful
|