Dec 21, 2013 at 5:57pm UTC
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.
Dec 27, 2013 at 3:39am UTC
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 Dec 27, 2013 at 10:16am UTC