Help me please i need a code for this menu....

Menu
a) Clue
b) change password
c) Exit

i need it badly please....

the password for this code is for string, and char. no numbers.....


please can someone make me one for this.........

William Hemsworth commented: ... -1

Recommended Answers

All 3 Replies

use a switch case for accessing the menu..then store the password to a variable and accept the string from the user and using strcmp compare the string with stored password.

but how can i do that code???
can you make me one please?

hi mr. godlike111 ....miZueh muahHh muahHH..

here's ur code...

#include <iostream.h>
#include <string.h>



main(){



           cout<<" Enter your menu\n";
           cout<<"a. Clue\n";
           cout<<"b. Change password??\n";
           cout<<"c. Exit\n";
           cout<<"Enter your choice: ";
           cin>>ch;

SATISFIED??????

commented: ... -1
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.