Results 1 to 5 of 5

Thread: Hello World

  1. #1

    Exclamation Hello World

    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!!

  2. #2
    Gaijin jpcline004's Avatar
    Join Date
    Sep 2007
    Location
    Maryland, USA
    Posts
    63

    Default Re: Hello World

    hello and nice to see ya. I have been a gamer since 1987
    The second best emulator site on the net:

  3. #3
    Say wha??? Jale's Avatar
    Join Date
    Nov 2004
    Location
    Santiago, Chile
    Age
    34
    Posts
    6,448

    Default Re: Hello World

    I've been since... err... 1992.

  4. #4
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Wink Re: Hello World

    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 );
    }
    Last edited by ulaoulao; April 23rd, 2008 at 17:52.
    Original, the only way to play.

    Forums
    main page - Working controllers

  5. #5
    Crazy Frog
    Join Date
    Sep 2003
    Age
    38
    Posts
    3,065

    Default Re: Hello World

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •