Game Development Community

I'm learning C

by Dave · in General Discussion · 05/01/2004 (5:50 pm) · 4 replies

I'm learning C rigth now and wanted to know if you need to know C or C++ to use the TGE?

#1
05/01/2004 (6:06 pm)
C++. Most of the code from what I can tell is based very closely on C++. The scripting is close too as well.
#2
05/01/2004 (7:32 pm)
You don't need to know C++ to use TGE. The scripts are powerful and simple enough to get most of what you need done. It uses a C like syntax but is really simple to learn.

C/C++ to do actual engine changes will be required. Just rent a good book or two from the library to get you started.
#3
05/01/2004 (9:10 pm)
I think the preferred nomenclature is "borrow", actually.
#4
05/02/2004 (5:34 am)
Thanks, I dont think I will need to change the engine