I want to read an ini file which is as follows:
I need a function which takes the ini-File name & the section to read as parameters to this function.
and I want to read each string(Full string) in the section one by one.
I want no windows specific code as I want the code to be compiled under Linux as well.
;32 Bit - 7.0 Line
[builder]
version=3
menus=11
bindings=2
bellOnError=1
bellOnWarning=1
[Options]
VirtualDesktop=0
AlwaysOnTop=0
Could any one help me on this regard.
