Instead of the outdated <graphics.h> file, what can I use to add graphics to C programs? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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]

31st Jul 2021, 12:57 AM
Mwamba
1 Respuesta
+ 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.
31st Jul 2021, 1:40 AM
Arsenic
Arsenic - avatar