Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    4,497,151.25
    Rep Power
    224

    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]

Posting Permissions

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