[help]Using Registry[C++]

Newbie Spellweaver
Joined
Sep 26, 2006
Messages
91
Reaction score
0
Well I got my somewhat of a program going and I was looking on google with no success to find how to read/write values to the registry..... Some of them were either to old or just didn't have enough info to make my compiler want to do that.... So if someone could at least point me in the right direction to do that, I'd appreciate it.
 
I really have no clue, I make everything cross-platform.

But what you can do, is saving all settings to a file (flat file database). That way you dont need the shitty registry :P...
 
I was trying to figure this out too.
I wasn't writing a standalone it was actually intended to use another program's settings and be able to change them.

I didn't really look that hard because I left the project soon after I joined. I believe that there is an actual class dedicated to registry functions/methods that handle everything.
 
Back