mardi 29 septembre 2015

(CPP) Does an IF-Statement checks every OR operator?

At the moment I´m testing around with particles and have one important question.

if (condition a || condition b || condition c)

or

if(condition a)
        if(condition b)
             if(condition c){

}

What is faster?

Aucun commentaire:

Enregistrer un commentaire