Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!princeton!allegra!alice!ark From: ark@alice.UUCP Newsgroups: comp.sources.wanted Subject: Re: C++ and C : Diffs and/or Conversion Message-ID: <6647@alice.uUCp> Date: Wed, 18-Feb-87 23:50:13 EST Article-I.D.: alice.6647 Posted: Wed Feb 18 23:50:13 1987 Date-Received: Fri, 20-Feb-87 07:23:40 EST References: <2323@usceast.UUCP> <205800004@mirror> Organization: AT&T Bell Laboratories, Liberty Corner NJ Lines: 13 In article <205800004@mirror>, rs@mirror.UUCP writes: > >Anybody know of where to go to find the info ? Perchance there may even > >be a C++ to C translator? Any and all info is appreciated. > > > > Harry Sharp > The C++ compiler is a C++ to C translator. Technically, C++ is a pre-processor > with extensive library support... Well, not really. The usual concept of a pre-processor is a program that copies parts of its input unchanged to its output and picks the pieces that interest it out of the rest and transforms those pieces in some way. The C++ translator does a complete parse of its input. It just happens to generate C instead of machine language.