Thread: helpppp!!!!

  1. #1
    Unregistered
    Guest

    helpppp!!!!

    hallo:
    everyone.....can somebody answer my question..........i wan to know how to make the "change password" in c++......???

  2. #2
    Seņor Member
    Join Date
    Jan 2002
    Posts
    560
    What do you mean? Like a password program or do you want to change the Windows one?

  3. #3
    Unregistered
    Guest
    for an example:i already create the password....now i want to add new thing such as the user can have a place to change new password........so do u have any idea

  4. #4
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    If you're storing the password in a file, just create a new file with the new password and save it over the old one.

  5. #5
    Unregistered
    Guest
    ohhhh.....thanks a lot

  6. #6
    Unregistered
    Guest
    1 more question.......can someone tell me how to use getch to replace the either cin or cin.getline....can u ppl use the example below
    example:
    cout<<"user name";
    cin>>apple;

    thank

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using files to store aint working. HELPPpp!!!!
    By success972 in forum C Programming
    Replies: 3
    Last Post: 04-13-2009, 12:32 AM
  2. helpppp
    By The Brain in forum C Programming
    Replies: 1
    Last Post: 07-27-2005, 07:05 PM