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

Re: simple g++-3.0 problem



On 27-Apr-01, 14:22 (CDT), Ulrich Eckhardt <Doomster@knuut.de> wrote: 
> On Friday 27 April 2001 20:49, Dale E Martin wrote:
> > #include <iostream.h>
> <nitpick>
> use 
> #include <iostream>
> </nitpick>

<nitpickier>
Doesn't which of these you use depend on whether you want the old
(AT&T?) iostreams library or the C++ standardized version? Agreed, new
code should use <iostream>, but I'm stuck maintaining a lot of old code
that breaks with <iostream>, due (among other issues) to changes in the
public/protected/private status of various methods and attributes.
</nitpickier>

(Of course, I'm not using g++ on those systems, so maybe that doesn't
apply here.)

Steve

-- 
Steve Greenland <stevegr@debian.org>
(Please do not CC me on mail sent to this list; I subscribe to and read
every list I post to.)



Reply to: