Compiler Error C2690

'operator' : cannot perform pointer arithmetic on a managed or WinRT array

Pointer arithmetic is not allowed on a managed or WinRT array. Use array index notation to traverse the array.