On 10/30/07, camdoclark <[EMAIL PROTECTED]> wrote:

> One time, when I went online to find a tutorial for c++, I found one. I
> used it on my compiler and it worked. When I use the other book I have
> that didn't work. What I found out is this:
>
> Tutorial online header was:
>
> #include <iostream>
>
> Book:
>
> #include <iostream.h>
>
>
> Is it that my compiler doesn't support iostream.h?
>
> P.S. I am using Dev-C++ as my compiler.

Your compiler and the online tutorial are correct!

<iostream.h> is an older style and is no longer used. The book is
probably outdated.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to