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

Method Display

Project_E-Commerce_App_V1.0/Header.h:31–37  ·  view source on GitHub ↗

Function display

Source from the content-addressed store, hash-verified

29
30 //Function display
31 void Display() {
32 cout << "\t\t\tUser Information:" << endl << endl;
33 cout << "\t\tUser Name : " << Name << endl;
34 cout << "\t\tTelephone : " << TellNum << endl;
35 cout << "\t\tLogin : " << Login << endl;
36 cout << "\t\tPassword : " << Parol << endl;
37 }
38
39 // Set Info of User
40 void SetUser() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected