Results 1 to 2 of 2
Hello,
In windows i used GetPrivateProfileString function for getting values from ini file
can anyone tell me what is the equivalent function in linux
thanks in advance...
- 08-06-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 1
problem in porting
Hello,
In windows i used GetPrivateProfileString function for getting values from ini file
can anyone tell me what is the equivalent function in linux
thanks in advance
- 08-06-2007 #2
We don't use ini files in Linux. Because Linux programming isn't done in the context of a framework, we don't have a predetermined config file format. You could parse your ini file yourself, or even use an entirely different format for your config file.
Someone asked a similar question here:
http://www.linuxforums.org/forum/lin...ile-linux.htmlDISTRO=Arch
Registered Linux User #388732


Reply With Quote