Thread: Ahhhhhhh!
View Single Post
Old 12-25-2004, 06:22 PM   #1 (permalink)
falsepride
Regular Contributor
 
Join Date: Oct 2004
Posts: 227
falsepride is on a distinguished road
Ahhhhhhh!

i just installed borland, and tried compiling the demo progam in there.

Code:
#include <iostream.h> 

int main() {
  cout<<"Hello World! ";
  return 0;
}
But every time i try to compile it, i get these two errors:
Error E2209 C:\prog1\prog1.cpp 1: Unable to open include file 'iostream.h'
Error E2451 C:\prog1\prog1.cpp 4: Undefined symbol 'cout' in function main()
*** 2 errors in Compile ***

What the hell is going on?
falsepride is offline   Reply With Quote