On Mon, Jan 4, 2010 at 11:55 AM, Gopi Krishna Komanduri <[email protected]> wrote: > Hi, > I need to access registry and need to store the values of the key and > subkeys along with values in a data structure .
Do you actually need to store the data within your program, rather than just accessing the registry as/when you need the data? It's a bit like reading in the whole of a file into memory to edit it, when you can get away with just loading a fraction of it around the bit you're currently editing. Cuts down on the amount of memory you need, and simplifies the storage of the data you're currently using. -- PJH http://shabbleland.myminicity.com/ http://www.chavgangs.com/register.php?referer=9375 http://www.kongregate.com/?referrer=Shabble
