Hello,
I'm going to start working on a program that will save your preferences in a .ini form. I want to follow the INI file standards, but I have no clue how I would parse this in a c++ program.
If someone could help, I would very much appreciate it.Code:(test.ini)
[header]
variablename=value
variablename2=anothervalue
Thanks,
Matt

