Saturday, January 14, 2012

What are the programming languages that are used to create state of the art video games?

What programming languages should a game programmer know for sure, to create an excellent almost bug free game?What are the programming languages that are used to create state of the art video games?
C++. You can start learning C++ with these video tutorials:

http://xoax.net/comp/cpp/index.php



They are perfect for beginners. This one can get you started by showing you how to install a free compiler:

http://xoax.net/comp/cpp/console/Lesson0鈥?/a>



Here are some simple games with code downloads that you can use to get some ideas:

http://xoax.net/comp/cpp/console/Lesson9鈥?/a>

http://xoax.net/comp/cpp/console/Lesson2鈥?/a>

http://xoax.net/comp/cpp/console/Lesson2鈥?/a>



These tutorials can get you started with graphics programming in OpenGL:

http://xoax.net/comp/cpp/opengl/index.ph鈥?/a>



You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:

http://xoax.net/forum/



Enjoy!What are the programming languages that are used to create state of the art video games?
C++ or C#



if you are looking to get into video games, i suggest making a demo game. an easy and free way to do this, is start with microsofts XNA studio. it's free and uses a free version of C#. It's pretty easy to use as a framework and makes 2d and 3d games, and uses direct x (i think).



check it out!What are the programming languages that are used to create state of the art video games?
c++ and c
Mostly C++. C# is sometimes used, but the disadvantages are that:

* Games are not portable when written with C#

* C# applications tend to be bloated and slow (compared to C++)

No comments:

Post a Comment