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

Function F_Developers

Project_E-Commerce_App_V2.0/main.cpp:172–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171
172void F_Developers() {
173 cout << "____________________________________________________________________________________________________ \n";
174 cout << " A L I B A Z A R A B O U T \n";
175 cout << "____________________________________________________________________________________________________\n\n";
176 cout << "\n\t\t\t\t'AliBazar' Online Shopping Aplication " << endl << endl;
177 cout << "\t\t\t\t Team Name: EightSoft " << endl;
178 cout << "\t\t\t\tTeam Section: OOP2 - 004 " << endl;
179 cout << "\t\t\t\tTeam Members: " ;
180 cout << "Alimov Abdullokh [U1910060]\n\t\t\t\t\t Zokirov Rustam [U1910049] " << endl;
181
182 cout << "\n\n\t\t\t\tPress any key to go back to Menu \n\n" << endl;
183 system("pause");
184 F_General_Menu();
185}
186
187// Sign in Function
188void F_Sign_in() {

Callers 1

F_General_MenuFunction · 0.70

Calls 1

F_General_MenuFunction · 0.70

Tested by

no test coverage detected