What Is "hello world"

Discussion in 'Public Game Developers Forum' started by dee99, Mar 19, 2010.

  1. dee99

    dee99 Well-Known Member

    Mar 9, 2010
    49
    0
    0
    I have Been researching how to publish an app and have started experimenting with gamesalad, but one thing that came up on apple and in many dev discussions is a hello world code, What is this?
     
  2. SunriseMoon

    SunriseMoon Well-Known Member

    Sep 22, 2009
    1,242
    0
    0
    'Hello World' is usually the very first thing a dev learns how to code. It is simply text saying 'Hello world'.
     
  3. s0mah

    s0mah Well-Known Member

    Dec 25, 2008
    431
    2
    0
    failing PHY tests
    little town of bethlehem
    #include <stdio.h>

    int main()
    {
    printf("Hello world!\n");
    return 0;
    }

    old school omg!
     
  4. Prab

    Prab Moderator
    Staff Member Patreon Silver Patreon Gold Patreon Bronze

    Dec 17, 2008
    3,549
    7
    0
    CS student
    SG
  5. dee99

    dee99 Well-Known Member

    Mar 9, 2010
    49
    0
    0
    Hey, thanks, now I know, I had thought that it was some sort of code to put the app in the app store. Thanks for the help

    -dee99
     
  6. karlth

    karlth Well-Known Member

    Jun 2, 2009
    278
    0
    0
    Iceland
    On the iPhone Hello World is a Bikini application.
     
  7. Carlos

    Carlos Well-Known Member

    Sep 29, 2009
    755
    0
    0
    Software architect, game dev and book author
    xor eax, eax
  8. Sinecure Industries

    Sinecure Industries Well-Known Member

    A farting bikini
     

Share This Page