Xref: utzoo comp.sys.ibm.pc:15921 comp.lang.c:10404 comp.lang.c++:1179 Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!ulysses!hector!jss From: jss@hector.UUCP (Jerry Schwarz) Newsgroups: comp.sys.ibm.pc,comp.lang.c,comp.lang.c++ Subject: Re: Zortech C++ Message-ID: <10333@ulysses.homer.nj.att.com> Date: 26 May 88 20:19:15 GMT References: <8805261601.AA22106@decwrl.dec.com> Sender: netnews@ulysses.homer.nj.att.com Reply-To: jss@hector (Jerry Schwarz) Organization: AT&T Bell Labs, Murray Hill Lines: 21 In article <8805261601.AA22106@decwrl.dec.com> nadkarni@erlang.dec.com.UUCP writes: >I received some info in the mail yesterday which I thought might be of > >Announcing a C++ compiler from Zortech Inc. (617-646-6703). >List price (the best part) - $99, Fully conformant with Bjarne Stroustrup's ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >definition, ANSI C superset, true compiler (not just a preprocessor), includes ^^^^^^^^^^^ ^^^^^^^^^^^^^^^ >QuickC/TUrboC compatible libraries, library source for 400 functions, >MS codeview compatible, generates MS compatible obj files, programming editor, >linker and librarian included, includes a global optimizer, 700+ pages docs. > This is, of course, impossible since C++ as defined by Bjarne is not an ANSI C superset, and cannot easily be made into a superset. This has been discussed in comp.lang.c++ many times in the past, and probably will be again. Briefly, the important problems are the separate namespace of tags and variables in ANSI and the interpretation of a function declaration with an empty parameter list. Jerry Schwarz