1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | #include<stdio.h> #include<conio.h> #include<stdlib.h> #include<dos.h> #include<graphics.h> void main() { int gd=DETECT,gm; int i=0,m=0; initgraph(&gd,&gm,"..\\bgi"); while(!kbhit()) { cleardevice(); i++; if(i>getmaxx()) i-=670; line(80+i,300,90+i,270); line(90+i,270,120+i,270); line(120+i,270,160+i,240); line(160+i,240,230+i,240); line(230+i,240,275+i,270); line(275+i,270,310+i,270); line(310+i,270,335+i,290); line(335+i,290,335+i,300); line(255+i,300,335+i,300); line(180+i,300,210+i,300); line(80+i,300,135+i,300); arc(232+i,300,0,180,23); arc(157+i,300,0,180,23); circle(232+i,300,18); circle(157+i,300,18); pieslice(232+i,300,0+m,90+m,18); pieslice(232+i,300,180+m,270+m,18); pieslice(157+i,300,0+m,90+m,18); pieslice(157+i,300,180+m,270+m,18); if(m<-360) m=90; m-=3; delay(5); } getch(); closegraph(); } |
which header files you use in this program.
Thank you! This helped me a lot!! Thanks a ton!
awesome program!!!!!!!!
veryyyyy nice
feeling difficult to understand without comment lines, can u plz explain me its logic sir…
like
can u plz sugest a program for moving train containg 3 boggies …this is our miniprojest program..
I need command lines for program explanation
good job,ranjith
please update new program on moving car using cgraphics,i.e;please rewrite the program of moving car
if=420;why do we have break there
if u want to run it in turbo,
give path to bgi in program source code
OR
copy all files from “BGI” folder and paste into “BIN” folder.
i wanna run dis program in ubuntu OS…..plz suggest me d right commands
it shows me 8 errors when i click