Compiler Error C2053
'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
}
Tätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
'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
}