#include<graphics.h>
#include<conio.h>

int main()
{
initwindow(1200,600,"kite");    

outtextxy(10,10,"kite");

int i=0;
setcolor(RED);

if(i < 800)
{
 for(int j=100; j < 700; j=j+10)
 {    
line(350+j,30,450+j,130);
line(350+j,30,250+j,130);
line(250+j,130,350+j,230);
line(450+j,130,350+j,230);

line(320+j,290,350+j,230);
line(375+j,290,350+j,230);
line(320+j,290,375+j,290);

line(348+j,235,247,480);
delay(100);
 cleardevice(); 
  }
}

getch();
return 0;
}

Leave a Reply

Subscribe to Posts | Subscribe to Comments

All Notes on BCA

All Notes  on BCA
BCA all subjects notes

Total Pageviews

Translate

Powered by Blogger.

Copyright © All Notes on BCA