Is graphics.h outdated?? and if yes then is there any other graphics library

Is graphics.h outdated?? and if yes then is there any other graphics library??
probably.

opengl (anything, but often a touch sluggish on windows) and directx / directdraw /direct3d are probably the most commonly used.
Sluggishness has nothing to do with OpenGL and everything to do with drivers being properly set up.

Graphics.h is an ancient way of thinking about doing graphics. You could easily get yourself into things with SFML or SDL.

https://www.sfml-dev.org/
https://www.sfml-dev.org/tutorials/2.4/

https://www.libsdl.org/
http://lazyfoo.net/tutorials/SDL/

Hope this helps.
Topic archived. No new replies allowed.