Thread: INI-file reader
View Single Post
Old Aug 8th, 2005, 6:16 PM   #7
Animatronic
Programmer
 
Join Date: Jun 2005
Posts: 99
Rep Power: 4 Animatronic is on a distinguished road
Unless this is just for learning, there are win32 functions for reading in an .ini file. Look up GetPrivateProfileString(), and its close related functions.
Animatronic is offline   Reply With Quote