Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site we53.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxj!ihnp4!mgnetp!we53!bmt From: bmt@we53.UUCP ( B. M. Thomas ) Newsgroups: net.lang.c Subject: Re: C subscripts Message-ID: <260@we53.UUCP> Date: Wed, 31-Oct-84 12:54:58 EST Article-I.D.: we53.260 Posted: Wed Oct 31 12:54:58 1984 Date-Received: Thu, 1-Nov-84 05:02:14 EST References: <202@oliveb.UUCP> Organization: AT&T Technologies - St. Louis Missouri Lines: 11 If we have char array[7][3] It would be a shame if you couldn't say *array[3] = "stuff"; Put that into array(7,3) and by the time you have made your grammar smart enough to do that, I'll be busy making sure that I have a backup copy of cc so that I don't have to use yours!