Home Progamming C++ Flag with turbo c++
formats

Flag with turbo c++

Published on 01/08/2008 by in Progamming C++

ธงฝรั่งเศษทำยากชิบ

#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:

  1. แบบทะสอบความเครียด
  2. Basic Web Hack Level 6
  3. Basic Web Hack Level 7
 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments