Path: utzoo!attcan!uunet!portal!cup.portal.com!ts From: ts@cup.portal.com (Tim W Smith) Newsgroups: comp.lang.c Subject: Re: "for" loops in C ... Message-ID: <10742@cup.portal.com> Date: 1 Nov 88 08:35:59 GMT References: <14999@agate.BERKELEY.EDU> <4700019@m.cs.uiuc.edu> <6945@cdis-1 Organization: The Portal System (TM) Lines: 6 I don't know about i[ptr] being less readable than ptr[i]. Most people I have heard would say when describing an algorithm in English, "Then you take the ith element of the array and multiply by foo". i[array]*foo has the words in C in the same order they would be spoken. Tim Smith