Access Windows Registry

Discussion in 'C' started by sinner, Mar 22, 2007.

  1. sinner

    sinner New Member

    Joined:
    Mar 21, 2007
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    What would one need to do in order to access the windows registry?

    Is this a ridiculously complex operation??

    Does C or C++ even have the ability to do this directly?


    Thanks
     
  2. DaWei

    DaWei New Member

    Joined:
    Dec 6, 2006
    Messages:
    835
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    Semi-retired EE
    Location:
    Texan now in Central NY
    Home Page:
    http://www.daweidesigns.com
    Sure. See MSDN with an appropriate search term. Registry additions, deletions, and modifications are a very common thing. The paths to the contents are very file-system-like. As a matter of fact, the registry is really just a set of files (a single file in older versions).
     
  3. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice