\\$*#@GRAPHIC CD MAKING CODING \\
#include<graphics.h>
#include<stdlib.h>
#include<dos.h>
#include<conio.h>
void main(void)
{
int k;
int gd=DETECT,gm;
initgraph(&gd,&gm,"C:\\TC\\bgi");
for(k=0;k<100;k++)
{
setcolor(random(20));
arc(getmaxx()/2,getmaxy()/2,0.180,k+10); arc(getmaxx()/2,getmaxy()/2,180,360,k+10);
delay(20);
}
getch();
}
enter the ctrl+f9 to start your graphics.
note= use for only c language or computer graphics.
Once more
जवाब देंहटाएंHii
जवाब देंहटाएंNice
जवाब देंहटाएंHii
जवाब देंहटाएं