0
Is it possible to print perfect circle in C without using graphics library, i.e., just with nested for loops
4 Respuestas
+ 5
If you want to do it in a window :
Yes, but it will be hardware dependant and hard to do. It would be a really fun project though !
If you want to use console :
Yes, quite "easily" ! You can take a matrix of the size of your circle (its diameter) and then use the mathematical equation of a circle to know if a character is part of the circle or not
+ 2
Hope to see you succeed :)
+ 1
Nikhar Sachdeva
Sure, you can!
It would time and effort or a google search to make.
Personaly I have not done it.
+ 1
Thank You for answers... I'll try and let you both know then..