home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 16166 < prev    next >
Encoding:
Text File  |  1992-11-12  |  937 b   |  28 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!ukma!darwin.sura.net!aplcen.apl.jhu.edu!ded
  3. From: ded@aplcen.apl.jhu.edu (nod sivad)
  4. Subject: Re: Just what is so great about streams?
  5. Message-ID: <1992Nov12.171641.13797@aplcen.apl.jhu.edu>
  6. Reply-To: ded@aplcen (nod sivad)
  7. Organization: Johns Hopkins University
  8. References: <1992Nov12.061942.16473@nuscc.nus.sg>
  9. Date: Thu, 12 Nov 92 17:16:41 GMT
  10. Lines: 16
  11.  
  12. >This posting is a genuinely answer-seeking question,
  13. >
  14. >  what _is_ so great about streams?
  15. >  
  16.  
  17. If you're a purist, you have to use streams to remain pure.
  18.  
  19. If you're a beginner with no knowledge of C, you should probably use 
  20. streams since they offer superior type checking.
  21.  
  22. If you're already familiar with the printf() IO scheme, you can
  23. ignore the purists.  They'll whine and complain
  24. and overstate their position, but the fact is streams offer little
  25. advantage over printf().  The real advantages of C++ lie elsewhere.
  26.  
  27.                 me
  28.