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

Function F_Logo

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

User

Source from the content-addressed store, hash-verified

273
274// User
275void F_Logo() {
276 system("cls");
277 cout << "____________________________________________________________________________________________________ \n";
278 cout << " A L I B A Z A R 8. Account Info \n";
279 cout << "____________________________________________________________________________________________________\n\n";
280}
281
282
283void F_User_Main_Menu() {

Callers 4

F_User_Main_MenuFunction · 0.70
F_Vegetables_Fruits_MenuFunction · 0.70
F_Water_Beverages_MenuFunction · 0.70
F_Bread_Bakery_MenuFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected