From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!mit-eddie!genrad!decvax!decwrl!ucbvax!GE-CRD.ARPA!WELTY From: WELTY@GE-CRD.ARPA (WELTY RICHARD P) Newsgroups: comp.lang.ada Subject: Re: C++ as a way to use private types in C Message-ID: <8703200117.AA10060@ucbvax.Berkeley.EDU> Date: Thu, 19-Mar-87 14:03:00 EST Article-I.D.: ucbvax.8703200117.AA10060 Posted: Thu Mar 19 14:03:00 1987 Date-Received: Sat, 21-Mar-87 08:15:07 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet List-Id: Date: 19-MAR-1987 13:52 From: Richard Welty Sender: WELTY Subject: Re: C++ as a way to use private types in C To: info-ada@ada20.arpa@smtp -------- Argh! This is a reconstruction of the earlier posting that I refered to in an earlier posting (our mailer blew it ...) > Larry @ jpl-vlsi.arpa writes: >C++ is very similar to Ada, except for tasking where the older C-style >facilities are used. C++ contains a number of serious differences, actually ... Objects in C++ (like objects in Flavors, CommonLoops, Smalltalk, etc.) may be dynamically allocated and freed -- Ada Generics are a somewhat weaker notion. Also, C++ provides single inheritance (unfortunately, it does not support multiple inheritance; its designers feel that multiple inheritance has unacceptable performance penalties). -- Richard Welty (welty@ge-crd.arpa) --------