hi all,
how to use API to read and write configuration files.
suffix name is ini of type.
thank very much.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Feb 23, 2012, 6:08 AM
However, there are several articles on Code Project about dealing with .INI files.
This old article is the simplest and, arguably, the best:
http://www.codeproject.com/Articles/1966/An-INI-file-handling-class-using-C
Eugene MontesPosted Mar 7, 2015, 4:57 AM
Ken HPosted Feb 23, 2012, 9:09 PM
thanks for your help.