View Single Post
Re: a simple .ini parser
Old
  (#4)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default 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


  
Reply With Quote