Drawing circle & ellipse using graphics lib in C++
Objective
The objective of this assignment is to;
- Learn and practice basic concepts of computer graphics using Dev-C++.
- Learn to draw circle and ellipse using graphics library functions.
Task
Task is to draw two ellipses and one circle having the same center. These three shapes i.e. One circle and two ellipses should be concentric. You can select any color for drawing these three shapes.
Solution
#include#include #include #include
Screenshot
No comments: