+ 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?
4 Respostas
+ 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
+ 6
SDL and Qt are good libraries for beginners :)
+ 3
And if you don't want to use external libraries, windows.h may help achieve things as well...