reading the engine and analyzing it(please help)
by Kariem2k · in Torque Game Engine · 03/18/2003 (7:41 am) · 1 replies
hello
please i want to know how to read the torque engine i am good in c++ and oop but the engine(or any big open source project)has many files,structures,classes,functions,etc and i will get lost in the engine code please tell me how to read the engine.
thanks
please i want to know how to read the torque engine i am good in c++ and oop but the engine(or any big open source project)has many files,structures,classes,functions,etc and i will get lost in the engine code please tell me how to read the engine.
thanks
Associate Melv May
DOxygen Docs
The main documentation page is...
Doc Index
A word of advice; force yourself to go through these steps first before you
plunge head-first into the engine...
First Steps
It's one thing reading code, it's another seeing what it does then
understanding how it does it.
Hope this helps.
- Melv.