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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.