Pointers to arrays are subtly different than pointers to primitives, in I think only one regard: pointer arithmetic applies to the array as a whole rather than individual elements.
So in general, pointer arithmetic on pointers to arrays is not common, and we'll take the shortcut of disallowing it for now
|
|