GetPrivateProfileInt function in linux c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prince434
    New Member
    • Mar 2008
    • 2

    #1

    GetPrivateProfileInt function in linux c++

    In windows to linux code porting, how to port windows GetPrivateProfi leInt function into linux.
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by prince434
    In 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

    Comment

    • prince434
      New Member
      • Mar 2008
      • 2

      #3
      Originally posted by gpraghuram
      What does this function do?
      Did you do a search for this function?

      Raghuram
      Hi 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

      • gpraghuram
        Recognized Expert Top Contributor
        • Mar 2007
        • 1275

        #4
        Originally posted by prince434
        Hi 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.
        If you know the functionality then better implement it as you wont have all available functions of VC++ in linux.

        Raghuram

        Comment

        Working...