On Thu, Dec 02, 2010 at 03:31:54PM -0800, Cameron Kaiser wrote:
The expression "E1[E2]" is identical (by definition) to "*((E1) +
(E2))".
That is ... grotesque. I'll file under "things I learned today"
No, it's quite logical, we are quite used to the fact that E2[E1] means
E2+E1, why not the reverse :D Its just that we are taught that x in [x]
is the index in an array.
Neat :) (I also file this under new things learned)
/P