Game Development Community

Coding in C

by CodeWalla · in Torque Game Engine Advanced · 05/22/2007 (9:47 am) · 2 replies

Hi all,

I am new to Torque. I have TGEA. After installation I have source code of engine and all the libraries. But all the examples are written in Torque Script. I searched for a tutorial which is completely in C++ but couldn't find one. Can somebody tell me how to write a hello world program with torque in C++.

Thanks in advance.

#1
05/22/2007 (11:01 am)
Unfortunately, there aren't many tutorials aimed at the source code. Since it's pretty vast, the best approach, IMO, is to download and apply resources which modify the source code.

I didn't know much C and C++ before working with Torque, and I learned both by installing a whole load of different resources back then, seeing how they worked, which changes they did to reach their objectives, and later by actually modifying those resources.