ธงฝรั่งเศษทำยากชิบ
#include <iostream.h>
#include <string.h>
#include <stdio.h>
#include <conio.h>
int main ()
{
clrscr();
for (int c=0 ; c<50 ; c++)
{
for (int i=0 ; i<25 ; i++)
{
textcolor(BLUE);
cprintf(“X”);
}
for (int w=0 ; w<30 ; w++)
{
textcolor(WHITE);
cprintf(“X”);
}
for (int r=0 ; r<25 ; r++)
{
textcolor(RED);
cprintf(“X”);
}
}
textcolor(WHITE);
getch();
return 0;
}
Related posts:







Twitter
Facebook
GooglePlus