whenever i try to execute my program, it says "unable to open include file iostream.h" and when i replace iostream.h with iostream, it says "unable to open include file iostream.h." i just installed it today, is there someting that i need to install? is there something wrong with my program that may be causing this?
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
its my first program since i reinstalled c++. i dont think anythings wrong (since i got it off a website http://www.cplusplus.com/doc/tutorial/program_structure.html )
so what do i do?
Tags: