Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!rochester!kodak!ektools!randolph From: randolph@ektools.UUCP (Gary L. Randolph) Newsgroups: comp.lang.c Subject: Re: Another silly question Message-ID: <1907@ektools.UUCP> Date: 23 May 89 14:58:23 GMT References: <17812@cup.portal.com> <2336@Portia.Stanford.EDU> <194@mole-end.UUCP> Sender: randolph@ektools (Gary L. Randolph) Reply-To: randolph@ektools.UUCP (Gary L. Randolph) Distribution: usa Organization: Eastman Kodak, Dept. 47, Rochester NY Lines: 13 In article <194@mole-end.UUCP> mat@mole-end.UUCP (Mark A Terribile) writes: >Are you saying that 2[ "hello" ] is not the same as "hello"[ 2 ] ? If >so, you are wrong. ... > >If your compiler rejects "hello"[ 2 ] it is broken. I agree with Mark T, but more importantly, this question was answered a day or two ago by Andrew Koenig. I am an avid reader of all of Andrew's works (C & C++). I have learned much easily from this reading. He says, as does the reference manual that commutation applies, therefore IT DOES. :-) Gary L. Randolph