kearns@cs.columbia.edu (Steve Kearns) (08/02/90)
An earlier message mentioned that Zortech C++ 2.1 does not include support for iostreams. Is this true? iostreams is the standard form of input/output, and is much more convenient than streams. It would be a glaring ommission if true. -steve
bright@Data-IO.COM (Walter Bright) (08/04/90)
In article <1990Aug2.143949.19266@cs.columbia.edu> kearns@cs.columbia.edu (Steve Kearns) writes:
<An earlier message mentioned that Zortech C++ 2.1 does not include
<support for iostreams. Is this true? iostreams is the standard form
<of input/output, and is much more convenient than streams. It would
<be a glaring ommission if true.
Quite true, ZTC++ does not include iostreams. The reason is that it's
copyrighted by AT&T, and it is very difficult to produce a clone that's
"the same only different" to avoid being sued.
Iostreams is *not* part of the standard. There is a group working on
a specification for it for inclusion in the ANSI C++ standard, but it
isn't there yet. When a draft spec is available, we'll go to work to
implement it.
CHRIS_LAVENDER_WADE@cup.portal.com (08/07/90)
Turbo C++ supports iostream
paul@cscnj.UUCP (Paul Moody) (08/08/90)
In article <32516@cup.portal.com>, CHRIS_LAVENDER_WADE@cup.portal.com writes: > Turbo C++ supports iostream But Turbo++ does not do windows! -- Paul Moody UUCP: rutgers!cscnj!paul Computer Sciences Corporation # the opinions expressed are entirely imaginary #