Sunday, July 12, 2009

Hey, can a game be created with visual studio c++?

Absolutely a Game can be created with C++, not only that but there are great references all over the internet. You will want to be familiar with 3D theory, and understand graphics APIs, but other than that there is no reason you should have a problem.





Key things to look into:





What Graphics API Will you use. A Graphics API is used to display graphics and handle complex mathematics for rastering and displaying 3d and 2d data.





Two of the most common are OpenGL (goto http://nehe.gamedev.net for tutorials) or Direct X, from Microsoft.





The games you play on the X Box are ported from Direct X and C++. Again, starting with OpenGL may be your best bet for starting, but it can be done.

Hey, can a game be created with visual studio c++?
yes
Reply:Yes, but it would be very difficult. C++ doesn't come paired with a very good graphic renderer, so you'd have to do everything yourself.
Reply:Yes, in a windows environ ment its the only way to go ...





Check the net and look up C++ game programming and Direct X you can find samples on how to render environments do light shading n all that stuff...


No comments:

Post a Comment