I want to create a key in the Registry Editor of Windows XP using c++ program.
After this i am to write the Name and the Data(e.g value) of that particular key using c++ program.
And i am to read the Name and Data(Value) of that particular key using c++ program.
Please help me regarding this issue.
I am doing it of my own....