c++ game problem

Mar 9, 2008 at 10:36am
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.
Mar 9, 2008 at 2:27pm
Read some DirectX tutorials :)
Mar 9, 2008 at 7:54pm
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.