Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
'identifier' : wide string mismatch
Remarks
The wide string is assigned to an incompatible type.
Example
The following example generates C2053:
// C2053.c
int main() {
char array[] = L"Rika"; // C2053
}