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

RE: g++ linker error



> On Thu, Oct 14, 1999 at 02:34:59PM +0200, 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.
> 
> Go buy a good C++ book, as the saying goes :-)
> 
I would recommend "The C++ Programming Language", 3rd edition (by Mr.
Stroustrup himself).  It covers exactly this issue...


Reply to: