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

Function main

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

Main Function

Source from the content-addressed store, hash-verified

54
55// Main Function
56int main() {
57 // Loading Time
58 F_Loading();
59 F_General_Menu();
60
61 cout << "\n\n\t\t\t\t Thank you for Attention!!!\n\n" << endl;
62 system("pause");
63 return 0;
64}
65
66void F_General_Menu() {
67 // Main Authentication Menu

Callers

nothing calls this directly

Calls 2

F_LoadingFunction · 0.70
F_General_MenuFunction · 0.70

Tested by

no test coverage detected