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?