Thread: C++ pasword storing & recognising

  1. #1
    Unregistered
    Guest

    Question C++ pasword storing & recognising

    Hello, i'm currently writting a program to run a library,i am having problems with the passwords.I want to have a cheif librarian that adds & deletes regular librarians.I need to store usernames & password for cheif & regular librarians,also be able to change them and regonise them when entered.Can anyone help??

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    a) This is the C# board.

    b) Most likely we are able to help you, if you post a detailed description of what you are having problems with, not only a general guideline to the assignment.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    you could use file i/o to store the names and passwords, or store them in the registry. are u doing this in Win32 or Console?
    "There are three kinds of people in the world...
    Those that can count and those that can't."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Storing Passwords/Encryption
    By Tonto in forum C++ Programming
    Replies: 8
    Last Post: 07-01-2009, 09:05 PM
  2. Help with storing letters in varibles
    By cgsarebeast in forum C++ Programming
    Replies: 9
    Last Post: 05-09-2006, 06:03 PM
  3. Variable Storing in memory
    By karb0noxyde in forum C++ Programming
    Replies: 7
    Last Post: 10-11-2004, 07:31 PM
  4. Trouble storing file input in array
    By difficult.name in forum C Programming
    Replies: 1
    Last Post: 10-10-2004, 11:54 PM
  5. Storing Data in a Structure
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 11-28-2001, 06:43 AM