Mail Archives: djgpp/1997/09/01/19:47:03
Peter J. Farley III wrote:
> I'm not that familiar with the class structures, I'm just reporting
> what I see when browsing the header file. You should probably check
> out a book or tutorial that teaches about the class structure in
> fstreams (sorry, I can't recommend one because I haven't read one yet
> myself).
ios is a virtual base class of the iostream family. This means that all
iostream classes (istream, ostream, istrstream, streambuf, etc.) have
exactly one ios parent class.
--
Erik Max Francis, &tSftDotIotE / mailto:max AT alcyone DOT com
Alcyone Systems / http://www.alcyone.com/max/
San Jose, California, United States / icbm://37.20.07n/121.53.38w
\
"War is like love; / it always finds a way."
/ Bertolt Brecht
- Raw text -