In windows to linux code porting, how to port windows GetPrivateProfi leInt function into linux.
GetPrivateProfileInt function in linux c++
Collapse
X
-
-
Originally posted by prince434In windows to linux code porting, how to port windows GetPrivateProfi leInt function into linux.
What does this function do?
Did you do a search for this function?
Raghuram -
Hi Raghuram,Originally posted by gpraghuramWhat does this function do?
Did you do a search for this function?
Raghuram
Thanks for our reply.
GetPrivateProfi leIntfunction is used in vc++. Every application has a setting file ,
In the setting file required keys and values are defined . This function retrieves an integer associated with a key from the setting file.
I searched for GetPrivateProfi leInt function equivalent in linux , but i could not find it.Comment
-
If you know the functionality then better implement it as you wont have all available functions of VC++ in linux.Originally posted by prince434Hi Raghuram,
Thanks for our reply.
GetPrivateProfi leIntfunction is used in vc++. Every application has a setting file ,
In the setting file required keys and values are defined . This function retrieves an integer associated with a key from the setting file.
I searched for GetPrivateProfi leInt function equivalent in linux , but i could not find it.
RaghuramComment
Comment