0
Instead of the outdated <graphics.h> file, what can I use to add graphics to C programs?
Also, I use my phone to code, so maybe it would help to suggest software that I can download on my phone. [Suggest PC solutions too]
1 Antwort
+ 2
You have to use some external graphic library for that.
There are a lot of graphic libraries out there for you to choose from including OpenGL, SDL, GTK+ etc depending on the what you want your graphics for.