What is the best language for games?
5 answers - 212 bytes -

I'm new to programming and I was wondering what the best programming language to learn game programming on is. If I was looking to really get into programming games what language or languages should I learn?
No.1 | | 589 bytes |
| 
What kind of games?
The big commercial games are all developed in C++, or sometimes C. You should do this too, if you really need the speed.
The smart hobby game programmers tend to use whatever language they're comfortable with, although many hobbyists, in delusions of grandeur, think they must use C++ too because everything else is just too slow for their plans.
Note that C++ takes a long time to learn well enough to be programming proper games. Figure at least a year of hard work before I consider you competent enough. (For what's that worth.)
No.2 | | 195 bytes |
| 
Honestly you should begin with Visual Basic...
That basic series is great to learn almost any type of programming with but like CornedBee said above most big commercial games are in C++ or C.
No.3 | | 237 bytes |
| 
Honestly you should begin with Visual Basic...
That basic series is great to learn almost any type of programming with but like CornedBee said above most big commercial games are in C++ or C.
Correction: Visual Basic .Net ;)
No.4 | | 63 bytes |
| 
Visual studio 2005 runs VB .net right? that's what I have.
No.5 | | 69 bytes |
| 
Yes, it runs Vb.net code. I think it also runs C# and Boo code too :D