I have found this if condition using bitwise, I don't know how to convert it to work with normal logical operator.
if (out[currentState] & (1 << j))
How to provide an equivalent condition that doesn't use bitwise?
Aucun commentaire:
Enregistrer un commentaire