“DRAW A MOVING CAR USING C & C++”
In computer graphics, use graphics.h which provide direct functions to
draw different coordinate shapes (like circle, rectangle etc). By using
these functions we can draw different objects like car, hut, trees, etc.
In this program, we will draw a moving car using line and circles.
Comments
Post a Comment