From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_20 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 21 Jul 93 18:29:01 GMT From: cis.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!noc.near.ne t!news.bbn.com!news.bbn.com!cbarber@ucbvax.Berkeley.EDU (Chris Barber) Subject: Re: Admiral Tuttle (Should be ...) Revisited Message-ID: List-Id: In article <69468@mimsy.umd.edu> alex@cs.umd.edu (Alex Blakemore) writes: P.S. does anybody know how many keywords C++ added to C? 42 at last count according to one book I read. thats without even touching concurrency. Ada9X added 5. Don't believe everything you read! C++ has a total of only 48 reserved words while ANSI C has 33; Ada has over 60 keywords. Furthermore, only six of the new keywords are to support C++ classes. The others are for inline hints, exception handling and memory allocation. You are right that C++ has no keywords related to concurrency, and I am not aware of any attempts to add any. -- Christopher Barber (cbarber@bbn.com)