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

Function work_pushX

Project_New_Year_Congratulation/new_year.cpp:464–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464void work_pushX()
465{
466 int j = 0;
467 for (j = 0;j < 50;j++) {
468 system("cls");
469 cout << endl;
470 cout << endl;
471 pushX(j);
472 SetColor(15);
473 cout << ".:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:" << endl;
474 pushX(j);
475 SetColor(14);
476 cout << " __, ,__) __, ,__) __, ,__) " << endl;
477 pushX(j);
478 cout << " (--|__| _ ,_ ,_ (--|\ | _ (--\ | _ _ ,_ " << endl;
479 pushX(j);
480 cout << " _| |(_||_)|_)(_| _| \|(/_(_|_) \|(/_(_|| " << endl;
481 pushX(j);
482 cout << " ( | | ,_| ( (__| " << endl;
483 pushX(j);
484 SetColor(15);
485 cout << ".:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:" << endl;
486 text_2020();
487 cout << endl;
488 SetColor(11);
489 cout << "\t\t\t\t\t\t . . . + . . . " << endl;
490 cout << "\t\t\t\t\t\t . . . # . . " << endl;
491 cout << "\t\t\t\t\t\t . . ### . . ." << endl;
492 cout << "\t\t\t\t\t\t . . #:. . : ##'##:. .:# . . " << endl;
493 cout << "\t\t\t\t\t\t . . *####*###*####* .* . . "<< endl;
494 cout << "\t\t\t\t\t\t *#:. . : #*###*# : . . : #* . ." << endl;
495 cout << "\t\t\t\t\t\t . *#########*#########* . ." << endl;
496 cout << "\t\t\t\t\t\t . *#:. *####*###*####* . : #* . ." << endl;
497 cout << "\t\t\t\t\t\t . . '#######''##'##''#######' " << endl;
498 cout << "\t\t\t\t\t\t .'##'#####'#####'##' . ." << endl;
499 cout << "\t\t\t\t\t\t . '#:. ... . : ##'###'###'##:. ... .:#' ." << endl;
500 cout << "\t\t\t\t\t\t . '#######'##'#####'##'#######' . ." << endl;
501 cout << "\t\t\t\t\t\t . . '#####''#######''#####' . ." << endl;
502 cout << "\t\t\t\t\t\t . ' 000 ' . . ." << endl;
503 cout << "\t\t\t\t\t\t . . . 000 . . ." << endl;
504 cout << "\t\t\t\t\t\t ............ ..........O000O.......... ..............." << endl;
505 Sleep(100);
506 }
507}
508
509void congrats()
510{

Callers 1

mainFunction · 0.85

Calls 3

pushXFunction · 0.85
SetColorFunction · 0.85
text_2020Function · 0.85

Tested by

no test coverage detected