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

Function F_Developers

Project_E-Commerce_App_V3.0/main.cpp:194–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193
194void F_Developers() {
195 cout << "____________________________________________________________________________________________________ \n";
196 cout << " A L I B A Z A R A B O U T \n";
197 cout << "____________________________________________________________________________________________________\n\n";
198 cout << "\n\t\t\t\t'AliBazar' Online Shopping Aplication " << endl << endl;
199 cout << "\t\t\t\t Team Name: EightSoft " << endl;
200 cout << "\t\t\t\tTeam Section: OOP2 - 004 " << endl;
201 cout << "\t\t\t\tTeam Members: ";
202 cout << "Alimov Abdullokh [U1910060]\n\t\t\t\t\t Zokirov Rustam [U1910049] " << endl;
203
204 cout << "\n\n\t\t\t\tPress any key to go back to Menu \n\n" << endl;
205 system("pause");
206}
207
208
209void F_Sign_in() {

Callers 1

F_General_MenuFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected