+ Reply to Thread
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    4,472,533.25
    Rep Power
    223

    Default Hello World [C++]

    Code:
    #include <iostream>     
    using namespace std;    
    int main()              
    {                       
    cout<<"Hello World!\n"; 
    cin.get();              
    return 0;               
    }
    Attached Files
    Last edited by SonniE; 06-02-2008 at 07:02 PM.


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

  2. #2
    Join Date
    May 2008
    Location
    In the interwebz
    Posts
    5,057
    Points
    1,868,937.99
    Rep Power
    234

    Default

    Well I'll go ahead and make it obvious that I'm a noob...
    Wut?

    +Rep for your effort though...

  3. #3
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    4,472,533.25
    Rep Power
    223

    Default

    its C++ source code u can compile and run this


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

  4. #4
    Join Date
    May 2008
    Location
    In the interwebz
    Posts
    5,057
    Points
    1,868,937.99
    Rep Power
    234

    Default

    i know what it is...
    ...but i dont know what it is...
    what..
    ah well dont waste your time with me =]

  5. #5
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    4,472,533.25
    Rep Power
    223

    Default

    u dont know what hello world is?
    this is the most simple type of program possble it displays text


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

  6. #6
    Join Date
    May 2008
    Location
    In the interwebz
    Posts
    5,057
    Points
    1,868,937.99
    Rep Power
    234

    Default

    yes i know what hello world is, im not THAAT stupid =D

+ Reply to Thread

Posting Permissions

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