dimanche 18 novembre 2018

Expression must be a modifiable value?

Here

bool find = false;
if (array[i] % 10 = x) {
    find = true;
}

I get this message as Expression must be a modifiable value and "=":left operand must be I-Value

Aucun commentaire:

Enregistrer un commentaire