
Any good doc on STL streams?
Quote:
> The only online doc I can find for STL streams (e.g. std::ofstream) is
> terrible, to say the least (about as good as reading raw header files).
> There are plenty of good books on the container classes. Are there any
> about the streams?
I use "C++ IOStreams Handbook" by Steve Teale; 1993 Addison Wesley.
I think that Computer Literacy Bookstore (www.computerliteracy.com) still
carries it, and I've seen a copy or two at the local Borders Bookstore.
Even though parts of it are out-of-date, especially some of the iostream
class interfaces, the general concepts of streams and stream buffers are
explained fairly well.
Aaron