MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / SetUser

Method SetUser

Project_E-Commerce_App_V3.0/Validation.h:44–56  ·  view source on GitHub ↗

Set Info of User

Source from the content-addressed store, hash-verified

42
43 // Set Info of User
44 void SetUser() {
45 cout << "\t\t\t\t Register User :" << endl << endl;
46 cout << "\t\t\t\t User Name : "; cin >> Name;
47 cout << "\t\t\t\t Telephone : "; cin >> TellNum;
48 cout << "\t\t\t\t Login : "; cin >> Login;
49 cout << "\t\t\t\t Password : "; cin >> Parol;
50
51 // Info sended to Memory
52 Name_Memory = Name;
53 Parol_Memory = Parol;
54 Login_Memory = Login;
55 TellNum_Memory = TellNum;
56 }
57
58 // Friend Functions
59 //Validation Check for parol

Callers 1

F_General_MenuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected