- #include <iostream.h>
- #include <stdio.h>
- #include <windows.h>
- #include <conio.c>
-
- int main()
- {
- int a;
-
- for(a = 1; a > 0; a++)
- {
- textcolor(1);
- cout << "°°";
- Sleep(5);
- textcolor(2);
- cout << "°°";
- Sleep(5);
- textcolor(3);
- cout << "°°";
- Sleep(5);
- textcolor(4);
- cout << "°°";
- Sleep(5);
- textcolor(5);
- cout << "°°";
- Sleep(5);
- textcolor(6);
- cout << "°°";
- Sleep(5);
- textcolor(7);
- cout << "°°";
- Sleep(5);
- textcolor(8);
- cout << "°°";
- Sleep(5);
- textcolor(9);
- cout << "°°";
- Sleep(5);
- textcolor(10);
- cout << "°°";
- Sleep(5);
- textcolor(11);
- cout << "°°";
- Sleep(5);
- textcolor(12);
- cout << "°°";
- Sleep(5);
- textcolor(13);
- cout << "°°";
- Sleep(5);
- textcolor(14);
- cout << "°°";
- Sleep(5);
- textcolor(15);
- cout << "°°";
- Sleep(5);
- }
-
- }
#include <iostream.h>
#include <stdio.h>
#include <windows.h>
#include <conio.c>
int main()
{
int a;
for(a = 1; a > 0; a++)
{
textcolor(1);
cout << "°°";
Sleep(5);
textcolor(2);
cout << "°°";
Sleep(5);
textcolor(3);
cout << "°°";
Sleep(5);
textcolor(4);
cout << "°°";
Sleep(5);
textcolor(5);
cout << "°°";
Sleep(5);
textcolor(6);
cout << "°°";
Sleep(5);
textcolor(7);
cout << "°°";
Sleep(5);
textcolor(8);
cout << "°°";
Sleep(5);
textcolor(9);
cout << "°°";
Sleep(5);
textcolor(10);
cout << "°°";
Sleep(5);
textcolor(11);
cout << "°°";
Sleep(5);
textcolor(12);
cout << "°°";
Sleep(5);
textcolor(13);
cout << "°°";
Sleep(5);
textcolor(14);
cout << "°°";
Sleep(5);
textcolor(15);
cout << "°°";
Sleep(5);
}
}