up vote 6 down vote favorite
1
share [g+] share [fb]

What programming languages were used to develop the game 'World of Warcraft'?

link|improve this question

0% accept rate
I don't know, but ill guess C++. Why do you want to know this btw? – PoweRoy Feb 16 '09 at 13:51
Why does anybody even care about that? – Bombe Feb 16 '09 at 14:10
13  
@Bombe: Maybe because its an interesting curiosity? – Brian Ensink Feb 16 '09 at 14:14
Just take a look at his question history. He has plenty of bottom-of-the-barrel script kiddie questions. – ryeguy Feb 16 '09 at 14:26
The incredibly large majority of modern games is written in C++. This is no different for WoW, although they do embed the LUA language for a lot of things like the UI. – Daniel Sloof Feb 16 '09 at 14:54
feedback

closed as not constructive by Kev Aug 21 '11 at 15:01

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

5 Answers

A large part of the game is scripted in Lua. I'm not entirely sure, but I would guess that the heavier parts are written in C or C++. These are the de facto standard languages for such things, and since Lua is written in C and is very easy to embed in C programs, it strongly supports this.

Edit: Bjarne confirms that World of Warcraft is written in C++.

link|improve this answer
feedback

If they had a sense of humor they have written it in RPG. But I can't blame them for using C++ ;-).

link|improve this answer
Ouch. I hope you use the new and improved RPG IV. :( – user62572 Feb 16 '09 at 14:37
2  
Yup, this version has wizards. – Gamecat Feb 16 '09 at 15:25
feedback

LUA is language they used for their addons and interface. There is core addons such as the banking system or the auction house. then there are user addons such as Big Boss addons and such. The game itself I would say is written in C++ just like any other games.

link|improve this answer
feedback

I don't know what you mean by "written" but World of Warcraft is a complex platfrom from various languages:

  • Server-side scripts and hosting - SQL
  • Game - C/C++
  • Interface and addons - .LUA
link|improve this answer
feedback

Considering graphics - DirectX is used in Windows version, OpenGL for MAC.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.