Topic: State of Standard C++ IOStreams and Locales


Author: "Thelonious Georgia" <olsonr@panix.com>
Date: 2000/01/30
Raw View
Hey all-

I've been looking for a book on Iostreams, and Fatbrain has listed a title
called Standard C++ IOStreams and Locales by Langer Angelika and Kreft
Klaus, which I would like to get, except that it isn't published yet, though
the date of publication says 12/99.

I went to Addison-Wesley's website to search for the title, and found no
mention of it anywhere. I did see C++ Iostreams by Steve Teale (there's a
picture of what looks like a salmon on the cover) available in the stores,
but it's from 1993 and doesn't seem to cover much about binary streams.
Sill, I'm willing to give that book a try.

So, does anyone know what the status of Standard C++.... is? Is it still
going to be published?


Thanks for any information,

Thelonious




[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: sirwillard@my-deja.com
Date: 2000/01/31
Raw View
In article <871q1f$sdr$1@news.panix.com>,
  "Thelonious Georgia" <olsonr@panix.com> wrote:
>
> Hey all-
>
> I've been looking for a book on Iostreams, and Fatbrain has listed a title
> called Standard C++ IOStreams and Locales by Langer Angelika and Kreft
> Klaus, which I would like to get, except that it isn't published yet, though
> the date of publication says 12/99.

I haven't ordered it yet, so can't verify, but Barnes and Noble told me
it was available for order (www.barnesandnoble.com).

> I went to Addison-Wesley's website to search for the title, and found no
> mention of it anywhere. I did see C++ Iostreams by Steve Teale (there's a
> picture of what looks like a salmon on the cover) available in the stores,
> but it's from 1993 and doesn't seem to cover much about binary streams.
> Sill, I'm willing to give that book a try.

Teale's book was excellent for its time.  However, the iostream classes
have changed so much since then as to make the book useless for
anything but general useage information.  Locales didn't exist, the
classes were not templatized.  Several methods were added and removed.
Entire class types were added (std::basic_stringstream).

> So, does anyone know what the status of Standard C++.... is? Is it still
> going to be published?

Standard C++ published?  Huh?

The ISO committee ratified the C++ Standard some time ago.

--
William E. Kempf
Software Engineer, MS Windows Programmer


Sent via Deja.com http://www.deja.com/
Before you buy.


[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: "Thelonious Georgia" <olsonr@panix.com>
Date: 2000/02/01
Raw View
Sorry about that, I should not abbreviated "Standard C++" when I really
meant to say "Standard C++ IOStreams and Locales" ... I was referring to the
book, not the standard. Sorry, abbreviated at the wrong place and time. :)

<sirwillard@my-deja.com> wrote in message
news:874abc$lut$1@nnrp1.deja.com...
>
> In article <871q1f$sdr$1@news.panix.com>,
>   "Thelonious Georgia" <olsonr@panix.com> wrote:
> >
> > Hey all-
> >
> > I've been looking for a book on Iostreams, and Fatbrain has listed a
title
> > called Standard C++ IOStreams and Locales by Langer Angelika and Kreft
> > Klaus, which I would like to get, except that it isn't published yet,
though
> > the date of publication says 12/99.
>
> I haven't ordered it yet, so can't verify, but Barnes and Noble told me
> it was available for order (www.barnesandnoble.com).
>
> > I went to Addison-Wesley's website to search for the title, and found no
> > mention of it anywhere. I did see C++ Iostreams by Steve Teale (there's
a
> > picture of what looks like a salmon on the cover) available in the
stores,
> > but it's from 1993 and doesn't seem to cover much about binary streams.
> > Sill, I'm willing to give that book a try.
>
> Teale's book was excellent for its time.  However, the iostream classes
> have changed so much since then as to make the book useless for
> anything but general useage information.  Locales didn't exist, the
> classes were not templatized.  Several methods were added and removed.
> Entire class types were added (std::basic_stringstream).
>
> > So, does anyone know what the status of Standard C++.... is? Is it still
> > going to be published?
>
> Standard C++ published?  Huh?
>
> The ISO committee ratified the C++ Standard some time ago.
>
> --
> William E. Kempf
> Software Engineer, MS Windows Programmer


[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: Steve Clamage <stephen.clamage@sun.com>
Date: 2000/02/02
Raw View
Thelonious Georgia wrote:
>
> I've been looking for a book on Iostreams, and Fatbrain has listed a title
> called Standard C++ IOStreams and Locales by Langer Angelika and Kreft
> Klaus, which I would like to get, except that it isn't published yet, though
> the date of publication says 12/99.

Addison-Wesley has announced publication of the book. You can read
about it at the following URL:
 <http://cseng.aw.com/bookpage.taf?ISBN=0-201-18395-1&ptype=2992>

Or go to <http://www.awl.com/cseng/> and search for "Langer".

--
Steve Clamage, stephen.clamage@sun.com

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]