View Single Post
  #3   (View Single Post)  
Old 19th May 2008
18Googol2's Avatar
18Googol2 18Googol2 is offline
Real Name: whoami
Spam Deminer
 
Join Date: Apr 2008
Location: pwd
Posts: 283
Default

Quote:
Originally Posted by Johnny2Bad View Post

Code:
#include <iostream>

int main()
{
    cout << "Hello World\n";

    return 0;
}
".h" was missing. iostream ==> iostream.h
__________________
The power of plain text? It can control an entire OS
Reply With Quote