| delorie.com/archives/browse.cgi | search |
| From: | Erik Max Francis <max AT alcyone DOT com> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Problem with fstreams... |
| Date: | Mon, 01 Sep 1997 12:59:39 -0700 |
| Organization: | Alcyone Systems |
| Lines: | 19 |
| Message-ID: | <340B1EAB.1F5BC046@alcyone.com> |
| References: | <Pine DOT SGI DOT 3 DOT 93 DOT 970829111108 DOT 28565A-100000 AT gibson> <5u62mh$9l6 AT freenet-news DOT carleton DOT ca> <34077a34 DOT 845806 AT snews DOT zippo DOT com> <5u8pmk$7j1 AT freenet-news DOT carleton DOT ca> <34087191 DOT 15417632 AT snews DOT zippo DOT com> |
| NNTP-Posting-Host: | newton.alcyone.com |
| Mime-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |