Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 428 Bytes

compiler-error-c2690.md

File metadata and controls

13 lines (11 loc) · 428 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C2690
Compiler Error C2690
11/04/2016
C2690
C2690
f165a806-14bd-4942-99b7-8a9fc7dea227

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.