Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!megatest!djones From: djones@megatest.UUCP (Dave Jones) Newsgroups: comp.lang.c Subject: Re: AT&T C compilers Message-ID: <2564@goofy.megatest.UUCP> Date: 2 Mar 89 04:02:29 GMT References: <1144@wpi.wpi.edu> Organization: Megatest Corporation, San Jose, Ca Lines: 9 From article <1144@wpi.wpi.edu>, by mhampson@wpi.wpi.edu (Mark A. Hampson): > Unless mistaken, C++ is a superset of the proposed ANSI Standard C. Not unless they've fixed it. Last I heard, C++ required prototypes, so it would not accept an old C program (or an old C include-file, which is a royal pain), and it did the prototypes just a little differently from ANSII C. But then, I haven't obtained an update in a long time.