HELP

closed account (ENADjE8b)
i read atleast three C++ books and all are the same
i dont see how to put images or animated and colors

can any one try to be my lacture
It seems that you've read pure c++ books. Nothing wrong with that in fact it is the perfect way. Now you need to discover some libraries. For animation, I use OpenGL and for images processing I use OpenCV.
Writing graphics application in C++ is pretty advanced topic: you need knowledge about file formats, image processing algoritms and other things.
However there is libraries which were created for that. Search for them. Check SFML for example.
closed account (ENADjE8b)
do i have to draw everything that appeas in my game?
or my program
Topic archived. No new replies allowed.