Topic: unget() and putback()
Author: Nico Josuttis <nico@bredex.de>
Date: 1996/05/07 Raw View
In the DWP (september 95) unget() and putback() for istreams
have the same description but different interface.
Could someone explain me the difference and which description is
wrong (probably the putback() descriptions because the parameter
isn't used there).
Thanks in advance
--------
Nico address: BREDEX GmbH
email: nico@bredex.de Nicolai Josuttis
Fallersleber-Tor-Wall 23
phone: +49 531 24330-0 D-38100 Braunschweig
fax: +49 531 24330-99 Germany
--------
---
[ 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 ]
[ FAQ: http://reality.sgi.com/employees/austern_mti/std-c++/faq.html ]
[ Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
[ Comments? mailto:std-c++-request@ncar.ucar.edu ]
Author: clamage@Eng.sun.com (Steve Clamage)
Date: 1996/05/08 Raw View
In article PAA08064@bredex.bredex.de, Nico Josuttis <nico@bredex.de> writes:
>In the DWP (september 95) unget() and putback() for istreams
>have the same description but different interface.
>Could someone explain me the difference and which description is
>wrong (probably the putback() descriptions because the parameter
>isn't used there).
The iostream library has since September been undergoing extensive study
and revision. Significant changes were made at the November and March
meetings, with more to come in the July meeting. Iostreams are known to
have many problems in the details, and they are being sorted out.
---
Steve Clamage, stephen.clamage@eng.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 ]
[ FAQ: http://reality.sgi.com/employees/austern_mti/std-c++/faq.html ]
[ Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
[ Comments? mailto:std-c++-request@ncar.ucar.edu ]