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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
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