C++ Graphics problem

Is there any tutorial on how to use graphics.h in C++?
Or can I use any other graphics in C++?
If there is any tutorial then give me the link.
thanks in advance.

closed account (j3Rz8vqX)
Try sdl or sfml.

What platform are you on?
What OS?

IDE?


Tutorials on sfml:
http://www.youtube.com/watch?v=kAbkFY6lwAY

Tutorials on sdl:
http://www.youtube.com/watch?v=HgbEE_8VyNA

Both tutorial are for windows installation on Visual basic I believe...

If you're using codeBlocks or other IDE's, you should be linking the headers, libs and link option.

If you must use windows.h, try this: http://www.youtube.com/watch?v=RT_MGEcnHg4
Last edited on
Topic archived. No new replies allowed.