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

Function main

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

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

Source from the content-addressed store, hash-verified

63
64/////////////////////////////////////////////////
65int main() {
66
67 //Loading
68 F_Loading();
69 F_General_Menu();
70
71 system("pause");
72 return 0;
73}
74
75
76void 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