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

Function congrats

Project_New_Year_Congratulation/new_year.cpp:509–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509void congrats()
510{
511 system("cls");
512
513 SetColor(12);
514 cout << endl;
515 cout << endl;
516 cout << endl;
517 cout << "\t .:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:" << endl;
518 SetColor(14);
519 cout << "\t __, ,__) __, ,__) __, ,__) __, ,__) __, ,__) __, ,__) " << endl;
520 cout << "\t (--|__| _ ,_ ,_ (--|\ | _ (--\ | _ _ ,_ (--|__| _ ,_ ,_ (--|\ | _ (--\ | _ _ ,_ " << endl;
521 cout << "\t _| |(_||_)|_)(_| _| \|(/_(_|_) \|(/_(_|| _| |(_||_)|_)(_| _| \|(/_(_|_) \|(/_(_|| " << endl;
522 cout << "\t ( | | ,_| ( (__| ( | | ,_| ( (__| " << endl;
523 SetColor(12);
524 cout << "\t .:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:" << endl;
525 cout << endl;
526 cout << endl;
527
528 SetColor(15);
529 cout << endl;
530 cout << endl;
531 cout << endl;
532 string hello = "\t\t\t\t\tDEAR FRIENDS AND SUPER FAMILY OF INHA UNIVERSITY. HAPPY NEW YEAR!!! \n\n\n\t\t I WISH YOUR 2020 TO BE THE BEST AND PRODUCTIVE YEAR IN YOUR LIFE!!! \n\n\t\t THANKS TO EVERYBODY WHOM I MET IN 2019. YOU TAUGHT ME TO BE SMARTER , WISER, AND MOST IMPORTANTLY TO UNDERSTAND BETTER IN PEOPLE.\n\n\t\t WRITE DOWN YOUR GOALS, DO SOMETHING YOU BELIEVE IN, READ MORE BOOKS, AVOID TIME WASTERS, LOOK FOR MEANINGFUL PEOPLE AND RELATIONSHIPS.\n\n\t\t AND I GUARANTEE YOUR 2020 WILL BE UNFORGETTABLE AND MEANINGFUL!\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tRUSTAM_Z\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";
533 int x = 0;
534 while (hello[x] != '\0')
535 {
536 cout << hello[x];
537 Sleep(100);
538 x++;
539 };
540
541}
542
543int main()
544{

Callers 1

mainFunction · 0.85

Calls 1

SetColorFunction · 0.85

Tested by

no test coverage detected