mardi 23 février 2016

Would these two if statements mean the same thing?

if (people[i]->alive() == false)

if (!(*people[i]).alive())

Would the second line of code work identical to the first one? If not, why is the second one different?

Aucun commentaire:

Enregistrer un commentaire