Thread
:
Ahhhhhhh!
View Single Post
12-27-2004, 12:51 AM
#
6
(
permalink
)
Kernel_Killer
Regular Contributor
Join Date: Feb 2003
Location: indisclosed
Posts: 210
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
View Public Profile
Visit Kernel_Killer's homepage!
Find More Posts by Kernel_Killer