Hi
I am abit new. I crashed at hello world. This is my code
\\first c++
#include <iostream.h>
int main()
{
cout << "Hello World!";
return 0;
}
The error is. Cannot open include file iostream.h
I tried #include <c:\\borland\\bcc55\\include\\iostream.h> No luck
I put c:\borland\bcc55\include in the path. No avail.
Is there anything I am not doing which I should ?
I am abit new. I crashed at hello world. This is my code
\\first c++
#include <iostream.h>
int main()
{
cout << "Hello World!";
return 0;
}
The error is. Cannot open include file iostream.h
I tried #include <c:\\borland\\bcc55\\include\\iostream.h> No luck
I put c:\borland\bcc55\include in the path. No avail.
Is there anything I am not doing which I should ?