Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: som99 on June 24, 2012, 06:43:22 pm
-
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.