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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f43e6,5ac12f5a60b1bfe X-Google-Attributes: gidf43e6,public X-Google-Thread: 103376,5ac12f5a60b1bfe X-Google-Attributes: gid103376,public From: dweller@dfw.net (David Weller) Subject: Re: Ariane 5 - not an exception? Date: 1996/07/30 Message-ID: <4tkui5$lns@dfw.dfw.net>#1/1 X-Deja-AN: 171015963 references: <4tjr76$ktj@news.csus.edu> organization: DFWNet -- Public Internet Access newsgroups: comp.software-eng,comp.lang.ada Date: 1996-07-30T00:00:00+00:00 List-Id: In article <4tjr76$ktj@news.csus.edu>, Dr. Richard Botting wrote: >Simon Bluck at University of Bristol, England asserted incorrectly: >>>Exceptions and assertions are both used, in Ada and C/C++ >Ada has no assertions. Bzzt! Wrong, but thank you for playing. GNAT, by far the most popular Ada 95 compiler, supports 'pragma Assert'. >C/C++ assertions are a debugging aid. > C/C++ assertions are not part of the language, but part of a separate library (assert.h). That being said, assertions are indeed a useful debugging aid -- in both Ada 95 and C :-) -- Visit the Ada 95 Booch Components Homepage: www.ocsystems.com/booch This is not your father's Ada -- lglwww.epfl.ch/Ada