Hi
I am new to C++ and am using borland studio 2006 C++. I recently have been forced to take over the support for the C++ and have been given a number of complax C++ programs and these programs read and write to the registry. Now the problem comes in from the auditors side, because the programs as they are require administrator rights to read and write to the registry they have to be logged as aministrators and that according to the auditors is a security risk to the company. so i have been told to change this so that they no longer read/write to registry but to an ini file which can be stored in a directory.
Can anyone provide me with a link to how to create and read from ini files. any help you can provide will be most appreciated.
Thank you in advance
Privesh