Asger Ottar Alstrup Fri, 28 Jan 2005 03:37:57 -0800
int a[4]; a+3 == a[3] == 3+a
And surprisingly "3[a]" works as well!
Regards, Asger