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.
'identifier' : wide string mismatch
The wide string is assigned to an incompatible type.
The following sample generates C2053:
// C2053.c
int main() {
char array[] = L"Rika"; // C2053
}