[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: g++ linker error



really? I've always had to do #include<iostream.h> ... as when I try
#include<iostream> it fusses about not being able to find iostream.

Would you (or somebody else, for that matter) mind elaborating on why one
would be more correct than the other?

Sean

Wichert Akkerman wrote:

> Previously Nugzar Nebieridze wrote:
> > That test program did not compile because the guy wrote
> >
> > #include <iostream>
> >
> > instead of
> >
> > #include <iostream.h>
>
> That's silly, #include <iostream> is correct. If you need iostream.h
> there is something wrote with your C++ environment.
>
> Wichert.
>
>


Reply to: