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: 103376,a0e076952eca80d4 X-Google-Attributes: gid103376,public From: Eric Kline Subject: Re: Ada and C++ asserts. Date: 1996/07/16 Message-ID: <4sf08d$1ij@peru.it.earthlink.net>#1/1 X-Deja-AN: 168456692 references: to: nasser@apldbio.com content-type: text/plain; charset=us-ascii organization: Earthlink Network, Inc. mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 1.2N (Windows; I; 32bit) Date: 1996-07-16T00:00:00+00:00 List-Id: In C++, Asserts are to check the programmers mistakes not the end users mistakes. You dont use asserts to check users mistakes at all. If you do, you will quickly learn that asserts are only active in debug mode. So, You as the programmer will know what YOU did wrong