Topic: input output streams
Author: James Kuyper <kuyper@wizard.net>
Date: 2000/01/25 Raw View
Gabe wrote:
>
> are the istream and ostream classes covered by the standard ?
See section 27.2; they are typedefs for std::basic_istream<char> and
std::basic_ostream<char> respectively.
[ 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: "Gabe" <feather@acenet.net.au>
Date: 2000/01/26 Raw View
are the istream and ostream classes covered by the standard ?
Gabriel
---
[ 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 ]