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

Function F_Loading

Project_E-Commerce_App_V1.0/Loading.h:14–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void F_Loading() {
15 cout << "\n\n\n\n\n\n";
16 cout << "\t\t\t ------------------------------------- \n";
17 cout << "\t\t\t E I G H T S O F T A C A D E M Y \n";
18 cout << "\t\t\t ------------------------------------- \n";
19 cout << "\t\t\t A L I B A Z A R \n";
20 cout << "\t\t\t _____________________________________ \n";
21
22 char a = 219;
23 gotoXY(45, 14);
24
25 cout << "LOADING... " << endl;
26
27 gotoXY(37, 16);
28 for (int r = 1; r <= 26; r++)
29 {
30 //for speed
31 for (int speed = 0; speed <= 110000000; speed++);
32 cout << a;
33 }
34 cout << endl;
35}

Callers 1

mainFunction · 0.70

Calls 1

gotoXYFunction · 0.70

Tested by

no test coverage detected