home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11707 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  719 b 

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