Thread: Ahhhhhhh!
View Single Post
Old 12-27-2004, 12:51 AM   #6 (permalink)
Kernel_Killer
Regular Contributor
 
Kernel_Killer's Avatar
 
Join Date: Feb 2003
Location: indisclosed
Posts: 210
Kernel_Killer is on a distinguished road
I'm not completely sure if the Borland syntax is somewhat different from ANSI, but this is what worked for me:

Quote:
#include <iostream>
using namespace std;

int main()
{
cout << "Hello World!";
return 0;
}
__________________
Network Synapse
Screaming Electron
Kernel_Killer is offline   Reply With Quote