best programing language...

sparx14

Guest
didnt realy know where to post this but anyway what do people thing the best programing language is to create an online game ?
 

Sawell

Golden Oldie
Golden Oldie
Dec 29, 2003
1,079
17
175
There's no best, many of the greats are made with a lot of different variations.

You'd want to learn C++ as a base, then the more individual ones will become a lot easier.

It also depends what type of game you're wanting to program for, so far you've said 'online game' which can mean anything, you need to define more (2d/3d fps/rpg/rts) etc etc.
 

sparx14

Guest
doh forgot to specify lol, probly a 2dish... :/ (rendered) online rpg

and thanx both of u ^^ im gonna get started hehe, alredy know basic c++

dang, anyone got a link to a C++ download ? when i formated my pc i lost it :( lol
 
Last edited:

Sawell

Golden Oldie
Golden Oldie
Dec 29, 2003
1,079
17
175
Notepad foe teh win ;o

or do you mean a compiler?

compilers and programs that ease the pain of programming (i like to call them advanced notepads) can all be found on that wonderful place called google.
 

sparx14

Guest
yer thats it ment compiler lol >_< ty got 1 now neway, btw does anyone know a decent guide for C++ ? i need to brush up like f00k, aint done nethin in C++ for bloody ages... and even then it was noobeh stuff
 

Dataforce

LOMCN VIP
VIP
Apr 15, 2003
2,080
0
263
C++ is ok, but i wouldn't go with C#, (The .net framework is bloated and ****e imo).

Personally I think Delphi is a good choice. It can do Low level stuff, or high level stuff. So it can be powerful and easy at the same time. (Its also comparable to C/C++ speed/efficiency wise).

If your aiming for cross compatibility, then either Delphi or C++ will work, but stay clear of C# (Unless you use Mono i suppose)