View Full Version : Hello World
ajfoucault
April 21st, 2008, 20:01
main() {
printf("hello, world");
}
How're ya all doin'?
I've been a gamer since '94
Love games, love to learn new stuff. I want to become a great game developer someday
=P
That's it!!
See ya, take care!!
jpcline004
April 23rd, 2008, 02:08
hello and nice to see ya. I have been a gamer since 1987 :D
Jale
April 23rd, 2008, 02:43
I've been since... err... 1992.
ulaoulao
April 23rd, 2008, 17:06
void main( void )
{
char[256] screenText = new char[256] ;
screenText = EzReadScreen();
sprintf ( screenText, "c% Fine how are you", screenText);
displayText( screenText );
break; // quit gracefully.
}
void displayText( text )
{
printf( text );
}
Zach
April 24th, 2008, 20:32
ok lets not get carried away with the code stuffs...
I don't remember when I became a gamer.. I was probably around 6 or so.. That's about when I saw my first Nintendo.
Powered by vBulletin® Version 4.2.4 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.