Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: arrays, anyone? Message-ID: <1469@brl-tgr.ARPA> Date: Fri, 13-Sep-85 09:08:24 EDT Article-I.D.: brl-tgr.1469 Posted: Fri Sep 13 09:08:24 1985 Date-Received: Sat, 14-Sep-85 16:55:29 EDT References: <390@ur-helheim.UUCP> <2748@sun.uucp> <277@cisden.UUCP> Distribution: na Organization: Ballistic Research Lab Lines: 15 > In article <2748@sun.uucp> guy@sun.uucp (Guy Harris) writes: > > [Lots of stuff] > >Now, to reference A(10,100): > > > > (*a)[99][9]; > > > > ... > > Guy Harris > > WRONG! > Declaring an array [99] means the valid values are from 0 -> 98 . > See K&R page 20. There sure are a lot of turkeys "contributing" to this newsgroup. Guy Harris was right. Don't they teach reading in school these days?