Thread: Write and read the book called "registry""

  1. #1
    Kiss the monkey. CodeMonkey's Avatar
    Join Date
    Sep 2001
    Posts
    937

    Write and read the book called "registry""

    I need to store multiple 8 char string info in the registry, and read it later. How, oh how?
    "If you tell the truth, you don't have to remember anything"
    -Mark Twain

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    25

    writing to the registry

    Are you using MFC?
    inZane
    --true programmer's don't comment--
    --programmer wannabes complain about it--

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: Write and read the book called "registry""

    Originally posted by CodeMonkey
    I need to store multiple 8 char string info in the registry, and read it later. How, oh how?
    Sigh....this topic has come up hundreds of times...do a search...

  4. #4
    Kiss the monkey. CodeMonkey's Avatar
    Join Date
    Sep 2001
    Posts
    937
    I am using MSVC++6. I'm actally in console mode, but I can include the needed files.
    "If you tell the truth, you don't have to remember anything"
    -Mark Twain

  5. #5
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    This has, indeed, come up many times before. For a start though, go to the index in the help and look at the registry manipulation routines RegOpenKeyEx() for example, then follow the hot links.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems with fstream, one variabile for write and read
    By Smjert in forum C++ Programming
    Replies: 3
    Last Post: 02-03-2009, 10:19 PM
  2. read write lock in C#
    By George2 in forum C# Programming
    Replies: 0
    Last Post: 04-16-2008, 08:49 AM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. write(), read()
    By RedRum in forum C++ Programming
    Replies: 5
    Last Post: 06-09-2002, 11:45 AM
  5. Serial Communications in C
    By ExDigit in forum Windows Programming
    Replies: 7
    Last Post: 01-09-2002, 10:52 AM