Game Development Community

1 question to ask?

by Temasek Polytechnic Tp8 · in Torque Game Engine · 07/05/2006 (12:30 am) · 1 replies

What is a .cpp file, i saw it a few times but really don't know what it use for?

#1
07/05/2006 (12:36 am)
Its a c++ file contains source code.

others youll see in torue are

.cs (torque script)
.dso (compiled torque script)
.h (c++ header)


there are more but these are prob the mains youll see.