Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
nonstandard extension used: non-lvalue array converted to pointer
In standard C, you can't convert a nonlvalue array to a pointer. With the default Microsoft extensions (/Ze
), you can.