Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site watcgl.UUCP Path: utzoo!watmath!watcgl!dmmartindale From: dmmartindale@watcgl.UUCP (Dave Martindale) Newsgroups: net.lang.c Subject: Re: mixing pointers and arrays Message-ID: <673@watcgl.UUCP> Date: Wed, 10-Aug-83 20:44:16 EDT Article-I.D.: watcgl.673 Posted: Wed Aug 10 20:44:16 1983 Date-Received: Thu, 11-Aug-83 00:41:35 EDT References: <961@rlgvax.UUCP> Organization: U of Waterloo, Ontario Lines: 11 Since C now allows structures to be passed by value, I think that it would be an interesting change if the language started supporting the passing of arrays by value as well. Then the meanings of "array" and "&array[0]" would always be different, and would correspond to the way structures are handled. Unfortunately, this would break the majority of already-existing C programs, so no one is every likely to do it. Still, an interesting idea. Comments? Dave Martindale, {allegra,decvax!watmath}!watcgl!dmmartindale