answersLogoWhite

0

A look at Bungie's job board reveals that they're looking for programmers with C++, C#, .Net and SQL experience, so it's my guess these languages were used for Halo 3 as well. Most likely C++ for the actual game, and the other languages are used more for their online stats and multiplayer/networking side of things. SQL is of course used to manage the huge databases of users. Every time you get a killtrocity, SQL has to tally that up under your username, and most likely .NET is used to compute all of the stats and plug all of that together. ;-)

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
JudyJudy
Simplicity is my specialty.
Chat with Judy
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan

Add your answer:

Earn +20 pts
Q: What programming language does Halo 3 uses?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the best programming language for making a 2 D and or 3 D game not the easiest?

C++


What are the five high level programming language?

1.First Generation Programming LanguageFirst generation of programming language refers to machine language. Machine language is lower level language which uses object code (some times also known as machine code). Object code is the combination of binary digits. These languages directly talk to hardware.2.Second Generation Programming LanguageSecond generation of languages is also low level language which is known as assembly language. Assembly languages are the interface between Machine level languages and High level languages.3.Third Generation Programming LanguageThird Generation programming languages are High level Programming languages like JAVA & C.4.Fourth Generation Programming LanguageThis is the set of current generation programming languages. These languages are similar or closer to human languages.General characteristics of 4GL are:i.Closer to human languagesii.Portableiii.Database supportiveiv.simple and requires less effort than 3GLv.Non proceduralDifferent types of 4 GL are:a. Query Generatorb. Report generatorc. Form Generatord. Application Generatore. GUI Generatorf. Relational Database Manager5.Fifth Generation Programming LanguageLanguages used for writing programs for Artificial Intelligence, Neural Network, Plasma Computing etc. come under 5GL. This is the future of programming language.


All object-oriented programming languages must have the 3 following features?

Abstraction, encapsulation and polymorphismare the three fundamental features of an object oriented programming language.


What is the full form of PASCAL?

PASCAL has 3 definitions actually. They are:- 1. Programming Language Based For Blaise Pascal. 2. Pedantry and Strictness Created A Language. 3. Philips Automatic Source Calculator.


What are the three general methods in implementing a programming language?

1- Compilation 2- Pure Interpretation 3- Hybrid Implementation System