Home > Back-end >  For help/C + : excuse me, ladies and gentlemen, what function in the WindowsAPI can read and write I
For help/C + : excuse me, ladies and gentlemen, what function in the WindowsAPI can read and write I

Time:11-07

As title, don't know what did the WindowsAPI function can be more convenient to read and write ini configuration file; If not, then other API (such as MFC), thank you!

CodePudding user response:

With TIniFile class in c + + Builder, more convenient,

CodePudding user response:

GetPrivateProfileString
WritePrivateProfileString
.

CodePudding user response:

C + + builder or TIniFile works
  • Related