What Is The Main Programming Language For Video Games?
Posted on July 09th, 2009 in Programming Articles
Id like to learn programming and I want to program games..
The BIG problem is that 1.I don’t know how to program stuff.
2.I don’t know what program to use to start programming
note:I’m 13yrs old so I might have trouble programming.
Popularity: 1% [?]


This post has 2 comments
July 10th, 2009
You won’t have trouble, I guarantee. Age is irrelevant to programming (I started programming at 13) and if I had known about it earlier, I would like to start even earlier.
There is no such thing as “main programming” language in video games. Many games uses C-family language, but the C-family is relatively difficult for beginners. I recommend either python or Visual Basic:
- http://www.python.org/
- http://www.microsoft.com/Express/VB/
Google for tutorials on programming (for beginners usually you’d want tutorial on the specific language you have chosen, later on you can read about more abstract concepts that are independent of languages). There are hundreds of thousands of free resources for learning programming in the internet, it is often unnecessary to buy books or find teachers.
You might find programming easier than you might think.
July 10th, 2009
C++
=
Code::Blockshttp://www.codeblocks.org/downloads/5
codeblocks-8.02mingw-setup.exe
-
Tutorials online:http://www.cplusplus.comhttp://www.intap.net/~drw/cpp/index.htmhttp://www.cprogramming.com/tutorial.htm…
-
Free Electronic Books
-
Thinking in C++ 2nd Edition by Bruce Eckel
Volume 1 & Volume 2http://www.mindview.net/Books/TICPP/Thin…
-
Structure and Interpretation of Computer Programs
by Harold Abelson and Gerald Jay Sussman with Julie Sussman
HTMLhttp://mitpress.mit.edu/sicp/full-text/b…
PDFhttp://deptinfo.unice.fr/~roy/sicp.pdf
-
How to Design Programs
by Matthias Felleisen, Robert Bruce Findler, Matthew Flatt and Shriram Krishnamurthihttp://www.htdp.org/