home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12517 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!stanford.edu!lucid.com!lucid.com!jss
  3. From: jss@lucid.com (Jerry Schwarz)
  4. Subject: Re: Help: Looking for documentation on iostream library.
  5. Message-ID: <1992Aug18.192901.22944@lucid.com>
  6. Keywords: iostream
  7. Sender: usenet@lucid.com
  8. Reply-To: jss@lucid.com (Jerry Schwarz)
  9. Organization: Lucid, Inc.
  10. References:  <1992Aug18.034448.18472@ohrd.uucp>
  11. Date: Tue, 18 Aug 92 19:29:01 GMT
  12. Lines: 24
  13.  
  14. In article <1992Aug18.034448.18472@ohrd.uucp>, ohrd!twriter@cs.toronto.edu (Timothy Writer) writes:
  15. |> I recently compiled gcc-2.2.2 and libg++-2.2 for my workstation,
  16. |> replacing g++-1.40.3 and libg++-1.39.0.  I understand that the
  17. |> (io)stream library has changed substantially to conform to the proposed
  18. |> ANSI standard.  Unfortunately the documentation for libg++-2.2 assumes
  19. |> the user has adequate documentation for iostreams.  As I have already
  20. |> spent a small fortune on C++ books which predate the (new) iostream
  21. |> library, I am reluctant to purchase another.  Is there a
  22. |> book/paper/report which fully documents only the iostream library?
  23. |> Where can I get one?  Is there anything available via anonymous ftp?
  24.  
  25.  
  26. The g++ iostream library is based primarily on the AT&T iostream
  27. library, that shipped with cfront 2.0.  It should be discussed in
  28. any text for that level of the language.  It is described briefly
  29. in Lippman "C++ Primer 2nd Edition" and Stroustrup "C++ Programming
  30. language 2nd edition".  More extensive documentation including man
  31. pages and a paper entitled "Iostream Examples" (by myself) is shipped
  32. with most cfront ports. As far as I know there are no ftpable documents.
  33.  
  34.    -- Jerry Schwarz
  35.  
  36.  
  37.  
  38.