Flying Bird using Computer graphics in C/C++
In computer graphic, C++ provide graphic.h through which objects can be created and by using this objects flying bird can be created in C++ program. Functions used in this program are as follows: line(): The line function is used to draw a line. Syntax: line(x1, y1, x2, y2); where, (x1, y1) (x2, y2)