Out of curiosity what language is the JKII code written in, or what code language do you use when your coding something?
The client, server and ui code is all C++. YOu can compile it to a native gamesx86.dll, or into cross platform bytecode qvm (quake virtual machine) that work on any OS. But the code is strictly c++
Thankyou. Now i have more of a idea on what language to learn, VB 6 or C++ :p
VB is used mostly for programming Windows like spreadsheets, word processors, irc apps, ftp clients, and so on. It's a common tool set to quickly get an app off the ground.
C++ is used for more advanced applications like 3d engines . . . . you could'nt do the quake 3 renderer in vb . . . and you wouldn't want to code a phone dialing app in C++.
Fine, i'll learn both :p I already know VB Script