#include #include #include #include void main() { int x,y,i,j,k; int gd=DETECT,gm; initgraph(&gd,&gm,"c:\\tc\\bgi"); for(j=0;j<=100;j++) //while(!kbhit()) { i=random(15); x=random(640); y=random(480); setcolor(i); setfillstyle(1,i); circle(x,y,30); floodfill(x,y,i); delay(100); } }
|
No responses found. Be the first to respond and make money from revenue sharing program.
|