home *** CD-ROM | disk | FTP | other *** search
- From: kevinl@tisdec.tis.tandy.com
- Date: 28 Jul 92 07:36 CDT
- Newsgroups: comp.lang.c++
- Subject: strstream in BC++
- Message-ID: <6800005@tisdec.tis.tandy.com>
- Path: sparky!uunet!seas.smu.edu!utacfd.uta.edu!trsvax!trsvax!tisdec.tis.tandy.com!kevinl
- Nf-ID: #N:tisdec.tis.tandy.com:6800005:000:354
- Nf-From: tisdec.tis.tandy.com!kevinl Jul 28 07:36:00 1992
- Lines: 7
-
-
- Does anyone know why istream extraction and ostream insertion
- operators (ie >> and << respectivly) are not overloaded for the strstream
- class in Borland C++? It's not any problem to inherit them into a class
- that overloads them, and you can always to the strstreamobject.rdbuf()
- thing, but I don't think you should have to. I'd appreciate a clue. 8-)
-
-