Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: som99 on June 24, 2012, 06:43:22 pm

Title: header file
Post 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 ..
Title: Re: header file
Post by: killerbot on June 24, 2012, 07:08:06 pm
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
Title: Re: header file
Post by: Jenna on June 24, 2012, 07:10:52 pm
Poll locked !

Searching the forum might get an  answer.
This happens often, if newbies try to compile c++-code in c-files.