Search:
Forum
General C++ Programming
c++ game problem
c++ game problem
Mar 9, 2008 at 10:36am UTC
psykedelik
(6)
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 UTC
croconile
(10)
Read some DirectX tutorials :)
Mar 9, 2008 at 7:54pm UTC
Jeff HS
(71)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs