Code:
#include<iostream>
using namespace std;
int main()
{
cout <<"sonia";
return 0;
}
I want to run this simple C++ program. I am getting error Unable to unclude file 'iostream'.
I have gone thru all the options:-
1) Tools-->Directories-->Check Include Path
& many more that i searched on internet.

Please HELP ME!!!!!!