Hello GG world
by Shane "Criimson" Barnett · in Torque Game Engine · 03/19/2002 (11:35 pm) · 3 replies
I just wanted to say hello to everyone...
I am new to programming of this nature, but have a lot of time to learn and am currently studying C++ as my major, so in time I'll try to add as much as I shall be asking.
Since I am a beginner, I was thinking of documenting my progress, the steps I take, the tools (tutorials, web sites, etc) that I use to learn and put it into a document for other new developers....sound like a good idea? Or am I the only newbie crazy enough to try to tackle this? lol
Anyway glad to be here...
Shane
I am new to programming of this nature, but have a lot of time to learn and am currently studying C++ as my major, so in time I'll try to add as much as I shall be asking.
Since I am a beginner, I was thinking of documenting my progress, the steps I take, the tools (tutorials, web sites, etc) that I use to learn and put it into a document for other new developers....sound like a good idea? Or am I the only newbie crazy enough to try to tackle this? lol
Anyway glad to be here...
Shane
#2
echo("Hello " @ %name @ "!");
}
Console:
> $Spock.HelloFunc("Shane \"Criimson\" Barnett");
-> Hello Shane "Criimson" Barnett!
-Tim aka Spock
03/20/2002 (1:30 am)
function Tim::HelloFunc(%this,%name) {echo("Hello " @ %name @ "!");
}
Console:
> $Spock.HelloFunc("Shane \"Criimson\" Barnett");
-> Hello Shane "Criimson" Barnett!
-Tim aka Spock
Torque 3D Owner Bruce Wallace