Graphics in C++?

Im fairly new to C++, and I wanted to know if there is a graphics header? and if so, can you guys give me an example of how to code a circle that moves? I have been programmering in Java, which is easy with graphics, but when its C++, I have no idea, where to begin.

Thanks, Neahle.
There is a graphics header file to which if i'm not mistaken it's really old and not supported.

here is a site of the library https://web.stanford.edu/class/archive/cs/cs106b/cs106b.1126/materials/cppdoc/graphics.html

Also you could try SDL,SFML.Those libraries are really great straightforward and easy to use and have lots of support.That's if you're planning on making 2d games.And if you want to make 3d games these are the guys you're looking for http://www.videotutorialsrock.com/index.php and https://www.youtube.com/playlist?list=PL2330214740B33712 personally they helped me alot.

EDIT

also there is this site http://lazyfoo.net/

Hope I helped!
Last edited on
Topic archived. No new replies allowed.