My first program won't run. it says" fatal error: iostream: No such file or directory".
Can someone help?
Thanks in advance.
Raghav
1 2 3 4 5 6 7 8 9 10 11 12
|
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!\n";
}
|
Last edited on
What compiler are you using?