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

Function F_Developers

Project_E-Commerce_App_V1.0/main.cpp:228–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void F_Developers() {
229 cout << "____________________________________________________________________________________________________ \n";
230 cout << " A L I B A Z A R A B O U T \n";
231 cout << "____________________________________________________________________________________________________\n\n";
232 cout << "\n\t\t\t\t'AliBazar' Online Shopping Aplication " << endl << endl;
233 cout << "\t\t\t Team Name: EightSoft " << endl;
234 cout << "\t\t\t Team Section: OOP2 - 004 " << endl;
235 cout << "\t\t\t Team Members: " << endl;
236 cout << " -----------------------------------------------\n";
237 cout << "\t\t\t\t Alimov Abdullokh [U1910060]\n\t\t\t\t Zokirov Rustam [U1910049] " << endl;
238 cout << " -----------------------------------------------\n";
239
240 cout << "\n\n\t\t Press any keyboard for back to Menu \n\n" << endl;
241 system("pause");
242 F_General_Menu();
243}
244
245void F_Logo() {
246 system("cls");

Callers 1

F_General_MenuFunction · 0.70

Calls 1

F_General_MenuFunction · 0.70

Tested by

no test coverage detected