Poll
Question:
why does code c++ no support #include<iostream> using name space std;
Option 1: compiler error
Option 2: heder file error
an error is being shown like :
fatal error: iostream:no such file or directory
while using
#include <iostream>
using namespace std;
...
please sort out the error ..
what's the benefit for this poll ?
Suggestion : poll your compiler or your manual, since you have not set up your compiler toolchain correctly, since it can not find the c++ header : iostream
Poll locked !
Searching the forum might get an answer.
This happens often, if newbies try to compile c++-code in c-files.