vasco-da-gama
C IS AS DEEP AS SEA
Tuesday, 27 September 2011
car design
#include<stdio.h>
#include<conio.h>
#include<graphics.h>
#include<dos.h>
main()
{
int gd=DETECT,gm;
initgraph(&gd,&gm,"c:\\tc\\bgi");
line(50,50,100,50);
line(50,50,25,60);
line(25,62,120,62);
line(130,80,100,50);
getch();
closegraph();
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment