I had a problem using graphics.h header file. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I had a problem using graphics.h header file.

I wanted to create a circle and my coding was errorless when I compiled it. But the problem came when I ran it. It showed that " undefined symbol" - nine times!. I don't know what to do. Please help me!!

11th Sep 2016, 4:01 PM
Dhruv Jain
Dhruv Jain - avatar
1 Answer
+ 2
graphics.h is rather obsolete. Look up SDL or SFML and learn those. Great libraries for graphics; you can do so much more. Not too, too hard to learn either of them, providing you have a comfortable understanding of basic C++, particularly pointers.
11th Sep 2016, 4:07 PM
Cohen Creber
Cohen Creber - avatar