$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2001-12-20 02:37:36
From: "mfdylan" <dylan_at_[hidden]>
> > Besides, many people have never been very fond of iostreams'
> design...
> >
> From what perspective? Certainly I've found that deriving a
> streambuf class is unnecessarily messy. But in general it works
> better than I/O in most other languages.
An author of a very thick book on iostreams confessed about not liking
iostreams and preferring Java's streams.
Andrei