Not necessarily.  This library file (iostream.h) is missing from the Standard
install of drake 7.1, though it does install with the Developer version.

Kathleen

Larry Marshall wrote:

> > I tried the gcc, I actually used the command g++ at the command prompt and
> > every time it gives me an error saying "iostream.h is not found."  Is
>
> You must be real new to C++.  You're going to have to read a wee bit
> to get things set up as it's beyond the ability of a conference like
> this to walk you from asking the question you've just asked to
> successfully programming in C++.  The simple answer to your question
> is that iostream.h is the most basic of basic class groups in the C++
> language.  If you've got GNU C++ installed, this file exists on your
> machine.
>
> Cheers --- Larry


Reply via email to