Menu

my compiler cannot find iostream.h

2007-07-11
2012-09-26
  • Nobody/Anonymous

    i am new to dev c++ but it is driving me crazy
    it can't locate my iostream.h
    i even copy pasted it to include directory from g++ still no break through
    i have checked the directory entries and they r correct
    all other header files dont give any error

     
    • Anonymous

      Anonymous - 2007-07-11

      Post the compile log! Those messages are there to help you, if you want us to help you, you have to provide us with the same information.

      Specifically the minimum information you need to provide is specified in the "PLEASE READ BEFORE POSTING A QUESTION" thread - so called because you are expected to read it before you post!

      What the compile log tells us is how your code is being build, and with what settings, so that rather than you telling us "i have checked the directory entries and they r correct" we can see for ourselves that that is true amongst other things.

      Don ot move files around in an attempt to solve the problem. I can assure you that they work exactly where they are, and that if you manage to fix the problem in this way you are merely covering up the real problem.

      From what you have posted, I can tell you that <iostream.h> is deprecated, and by now you should be using <iostream>, but nothing more.

      Clifford

       
      • Wayne Keen

        Wayne Keen - 2007-07-11

        As Clifford stated, please provide ALL 3 of the BASIC 3. The Basic 3 are covered
        in the thread titled. and in all capital letters, PLEASE READ BEFORE POSTING A
        QUESTION.

        While a general description of the problem provides context, specific data is what
        you really need to ask a question that gets you to an answer faster. Think about it
        for a moment, you didn't even tell us what version of Dev you are running, wouldn't
        that seem like an important information?

        Wayne

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.