c++ game problem

were making a game in c++
i got questions
1. why is it the graphics we make is so lame??up to 16 bits capacity is the limit of c++?

2. can someone help me with the basic movement of our graphics?we want to move our characters by mouse or keyboard keys.


tanx.
Read some DirectX tutorials :)
There no limits in graphics in c++ because it doesn't have any graphics...
However there limits in you video card, OS, graphics library etc...
look around for DirectX, OpenGL, Ogre3D, www.google.com

Jeff
Topic archived. No new replies allowed.