Graphics in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Graphics in c++

how can I add/draw graphics in c++(Dev c++specifically) ? I have heard of graphics.h directory but I don't how to use it or where to find it, also is there any better alternative?

8th Jun 2017, 6:51 PM
Theone
Theone - avatar
3 Answers
+ 7
There are, apparently the graphics.h library is outdated. @Hasty linked a stackexchange post that will help you get what you need. https://www.sololearn.com/Discuss/447748/?ref=app
8th Jun 2017, 7:05 PM
Manual
Manual - avatar
+ 6
SDL and Qt are good libraries for beginners :)
9th Jun 2017, 1:04 AM
Hossein Najafi
Hossein Najafi - avatar
+ 3
And if you don't want to use external libraries, windows.h may help achieve things as well...
9th Jun 2017, 3:17 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar