+ 2
I want to print a graph of an ellipse in c++. How can I do it(or any continuous graph) here in sololearn ?
Please don't suggest graphics.h
2 Answers
+ 1
I think you will have to print text to standard output.
+ 1
Could you elaborate it with an example .