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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,df854b5838c3e14 X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,df854b5838c3e14 X-Google-Attributes: gid103376,public X-Google-Thread: 1014db,df854b5838c3e14 X-Google-Attributes: gid1014db,public X-Google-Thread: 10db24,fec75f150a0d78f5 X-Google-Attributes: gid10db24,public From: mroot@atl.mindspring.com (Danette & Murray Root) Subject: Re: ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada) Date: 1996/04/21 Message-ID: <4lco1i$24i0@mule1.mindspring.com>#1/1 X-Deja-AN: 150608559 references: <4kk9e1$he1@nntp.Stanford.EDU> <01bb2ed2.425fb900$65c2b7c7@Zany.localhost> organization: MindSpring Enterprises reply-to: mroot@atl.mindspring.com newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.edu Date: 1996-04-21T00:00:00+00:00 List-Id: on 20 Apr 1996 15:55:36 GMT, Bradd W. Szonye wrote: =>encourage the code that works under all circumstances. Consider: =>for (size_t i = 0; i < 10; i++) do_stuff(); =>versus =>for (size_t i = 0; i != 10; i++) do_stuff(); while the gist of your diatribe made sense, this was silly. Any 'programmer/software engineer/title of your choice' who can't tell the difference between 'not equal' and 'is less than' is a moron, and deserves his fate.