
April 2nd, 2008, 08:01 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 822
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Working with the Windows Registry in C++
The Windows Registry is a crucial part of each Microsoft Windows-based operating system. It acts exactly like a directory, storing all kinds of user settings, options, and configuration data about applications, file associations, user policies, and so forth. Therefore, the ability to work with the registry is something that can’t be missing from the arsenal of a software programmer. In this article we are going to learn how to accomplish this task in C++.
Read the full article here: Working with the Windows Registry in C++
For more discussion go here: Blog Article Discussion
|