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: 1014db,dab7d920e4340f12 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,dab7d920e4340f12 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Ada is 'better' than C because... Date: 1996/08/08 Message-ID: #1/1 X-Deja-AN: 172853751 references: <01bb7bf9$b89a1740$96ee6fcf@timhome2> <4tj43k$16r@newsbf02.news.aol.com> <3205F296.41C6@wgs.estec.esa.nl> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada,comp.lang.c Date: 1996-08-08T00:00:00+00:00 List-Id: Sandy said "Since when was pointer arithmetic "essential"? It is simply convenient." Avoiding pointer arithmetic in C is pretty restrictive, it means not using arrays at all (remember that in C the notation a[b] is simply a shorthand for pointer arithmetic).