Hehe. I tried googling this, but all I've come up was Visual C++ results. How would I go about reading from a VERY VERY basic ini file in console C++ Using DevC++?
The only things in the ini file are:
b=65.0
c=1.5
k=1.65
I'm linking to this ini so that the value of those numbers can be changed without recompiling the whole thing.