home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / cplus / 16691 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  873 b 

  1. Path: sparky!uunet!psinntp!rd821!a036450
  2. From: a036450@rd821.UUCP (Bob Goldrich)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Just what is so great about streams?
  5. Message-ID: <148@rd821.UUCP>
  6. Date: 19 Nov 92 13:51:39 GMT
  7. Organization: The Gleason Works, Rochester New York
  8. Lines: 12
  9. X-Newsreader: Tin 1.1 PL4
  10.  
  11. I, too, believe that the iostreams, while adding type checking and
  12. extensibility, have lost conciceness.   A simple printf like:
  13.      printf("%6.2lf  %0d   %5.1lf\n", adoub, aint, bdoub) ;
  14. turns into a rather unwieldy piece of code.  The stream libraries would
  15. have been much more useful had their designers attempted to retain some
  16. of printf's "quick-and-dirty" syntax.
  17.  
  18. Probably the biggest problem is that I haven't seen any *good* comprehensive
  19. documentation on the stream libraries, with examples, etc, etc.
  20.  
  21.             Bob Goldrich    a036450@rd821.gleason.com
  22.  
  23.