Hear something , Obviously irrelevant, I will turn several corners in my heart and think of you .

The moon meets clouds , Flowers meet the wind , The night sky is beautiful tonight , I miss you again .

Around the galaxy , Can't find a star brighter than you .

Said the little prince , There are tens of thousands of roses in this world , But this one is my own rose .

Tomorrow is 520 Yes , Bring you a code suitable for novice programmers to confess :

Let's take a look at the renderings first :

First one 321 count down
void countdown(void) // Countdown function { int temp, i, j; char Word[80] = " Limited time , Talk about your feelings ~";
for (i = 0; Word[i] != NULL; i++) { cout << Word[i]; Sleep(50); } Sleep(1000);
system("cls"); void printchar(); for (temp = 3; temp >= 1; temp--) { switch
(temp) { case 1: for (i = 2; i <= 15; i++) { for (j = wide / 2; j <= wide / 2 +
1; j++)str[i][j] = 1; }break; case 2: for (i = 2; i <= 15; i++) { switch (i) {
case 2:case 3:case 8:case 9:case 14:case 15: for (j = wide / 2 - 7; j <= wide /
2 + 8; j++)str[i][j] = 1; break; case 4:case 5:case 6:case 7: for (j = wide / 2
+ 7; j <= wide / 2 + 8; j++)str[i][j] = 1; break; default: for (j = wide / 2 -
7; j <= wide / 2 - 6; j++)str[i][j] = 1; break; } }break; case 3: for (i = 2; i
<= 15; i++) { switch (i) { case 2:case 3:case 8:case 9:case 14:case 15: for (j
= wide / 2 - 7; j <= wide / 2 + 8; j++)str[i][j] = 1; break; default: for (j =
wide / 2 + 7; j <= wide / 2 + 8; j++)str[i][j] = 1; break; } }break; }
printchar(); Sleep(1000); for (i = 0; i < gao; i++) { for (j = 0; j < wide;
j++)str[i][j] = 0; } system("cls"); } Sleep(500); //system("cls");// Clean screen }
  Come out, all of them ta Love of name

  Then a Winnie the Pooh will be drawn

 
void bear_display(void) { system("cls");// Clean screen int i; char Word[80] = " Send
you a Teddy Bear"; for (i = 0; Word[i] != NULL; i++) { cout << Word[i];
Sleep(50); } cout << endl; cout << endl; cout << endl; cout << " ┴┬┴┬/ ̄\_/ ̄\"
<< endl; cout << " ┬┴┬┴▏  ▏▔▔▔▔\ " << endl; cout << " ┴┬┴/\ /      ﹨ " << endl;
cout << " ┬┴∕       /   ) " << endl; cout << " ┴┬▏        ●  ▏ " << endl; cout
<< " ┬┴▏           ▔█  " << endl; cout << " ┴◢██◣     \___/ " << endl; cout <<
" ┬█████◣       /   " << endl; cout << " ┴█████████████◣ " << endl; cout << "
◢██████████████▆▄ " << endl; cout << " █◤◢██◣◥█████████◤\ " << endl; cout << "
◥◢████ ████████◤   \ " << endl; cout << " ┴█████ ██████◤      ﹨ " << endl; cout
<< " ┬│   │█████◤        ▏ " << endl; cout << " ┴│   │              ▏ " <<
endl; cout << " ┬ ∕    ∕    /▔▔▔\     ∕ " << endl; cout << "
┴/___/﹨   ∕     ﹨  /\ " << endl; cout << " ┬┴┬┴┬┴\    \      ﹨/   ﹨ " << endl;
cout << " ┴┬┴┬┴┬┴ \___\     ﹨/▔\﹨ ▔\ " << endl; cout << " ▲△▲▲╓╥╥╥╥╥╥╥╥\   ∕ 
/▔﹨/▔﹨ " << endl; cout << "  **╠╬╬╬╬╬╬╬╬*﹨  /  // " << endl; Sleep(1000); for
(float y = 1.3; y >= -1.1; y -= 0.06) { for (float x = -1.1; x <= 1.1; x +=
0.025) if (x * x + pow(5.0 * y / 4.0 - sqrt(fabs(x)), 2) - 1 <= 0.0) cout <<
'*'; else cout << ' '; cout << endl; } Sleep(3000); }

Finally, draw a rose for her

See the previous article for the complete rose code ! 
void rose_display(void) { system("cls");// Clean screen int i; char Word[160] = "
There are also 5000 identical flowers in the world , But only you are my unique rose "; for (i = 0; Word[i] != NULL; i++) { cout <<
Word[i]; Sleep(50); } puts("\033[91m"); for (int y = 0; y < 80; y++) { for (int
x = 0; x < 160; x++) putchar(" .-:;+=*#@"[(int)(f(make2((x / 160.0f - 0.5f) *
2.0f, (y / 80.0f - 0.5f) * -2.0f)) * 12.0f)]); putchar('\n'); } }

  Partners who need this complete source code can enter the penguin skirt 【8060】【41599】 Get it from the administrator

Technology