jeudi 25 août 2016

C ; Is there any way to write nested if conditions shorter?

Just instead of :

if  ( ch == 'A' || ch == 'B' || ch == 'C' || .....

for example, to do it like :

if  ( ch == 'A', 'B', 'C', ...

is there even a shorter way to summarize conditions ?

Aucun commentaire:

Enregistrer un commentaire