Author Topic: header file  (Read 3336 times)

som99

  • Guest
header file
« 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 ..

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: header file
« Reply #1 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: header file
« Reply #2 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.