+ 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!!
1 Antwort
+ 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.