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




Reply With Quote