Thursday, 28 August 2014

Hi Guys ... Welcome to my BLOGSPOT

#include <iostream.h>
#include<conio.h>
#include<graphics.h>
void main()
{
for(int i=0;i<65;i++)
{

settextstyle(10,0,6);
setcolor(rand());
outtextxy(55,120," Hi Guys ... ");
setcolor(rand()+1);
outtextxy(55,120,"            Welcome to my\n");
setcolor(rand()+2);
outtextxy(55,220,"       BLOGSPOT \n");
delay(40) ;
cleardevice();

}

getch()  }

No comments:

Post a Comment