INI file

Hi guys!
I'm making a program that receives input parameters from a .ini external file.
I would like to create a constructor able to read these parameters and put it in the main file! But...these variables are of different types. Do you know how I can make it? Thanks!
What do you want to do? Are you trying to read from an INI file?
Since .INI is a fairly standard (albeit archaic) format, there are bound to be C++ libraries already written for doing this. Try doing a Google search to see what's out there.
Topic archived. No new replies allowed.