c++11
vendredi 6 mars 2015
What is faster between if(condition){} and (condition)?
Please tell me which is faster?
if(condition){
x = x + 1;
}
OR
x = x + (condition);
Aucun commentaire:
Enregistrer un commentaire
Article plus récent
Article plus ancien
Accueil
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire