Results 1 to 6 of 6

Thread: Hello world NOT WORKING?! (solved)

Threaded View

  1. #1

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    Angry Hello world NOT WORKING?! (solved)

    ok, heres the code, im sure uve all seen it b4...

    #include <iostream>

    int main()
    {
    std::cout << "Hello World!\n";
    return 0;
    }

    When i run the program... nothing happens... isn't it supposed to display hello world to my screen???

    (simplest program and i can't get it right )


    It was just the window disppearing before i could even see it, thanks
    Last edited by alkatran; Jul 31st, 2002 at 04:02 PM.
    Don't pay attention to this signature, it's contradictory.

Posting Permissions

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



Click Here to Expand Forum to Full Width