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

Function main

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

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

72
73///////////////////////////////////////////////////////////////////////////////
74int main() {
75
76 //Loading
77 F_Loading();
78 F_General_Menu();
79
80 system("pause");
81 return 0;
82}
83
84
85void F_General_Menu() {

Callers

nothing calls this directly

Calls 2

F_LoadingFunction · 0.70
F_General_MenuFunction · 0.70

Tested by

no test coverage detected