Compiler Error C2114
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Compiler Error C2114.
operator' : pointer on left; needs integral value on right
The left operand of operator was a pointer, so the right operand must be an integer value.
Show: