What situations do you run into where array indexing is not an acceptable substitute for pointer arithmetic?
The one borderline case I can cite is wiping memory. I go by sizeof() and access each byte.
The one borderline case I can cite is wiping memory. I go by sizeof() and access each byte.