Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

JKII Code Language

Page: 1 of 1
 TIMMAY
09-04-2002, 11:54 PM
#1
Out of curiosity what language is the JKII code written in, or what code language do you use when your coding something?
 Darth_Linux
09-05-2002, 10:37 AM
#2
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++
 TIMMAY
09-08-2002, 1:06 AM
#3
Thankyou. Now i have more of a idea on what language to learn, VB 6 or C++ :p
 Darth_Linux
09-08-2002, 11:01 AM
#4
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++.
 TIMMAY
09-09-2002, 5:41 AM
#5
Fine, i'll learn both :p I already know VB Script
Page: 1 of 1