mardi 1 septembre 2015

How that FOR loop line work in c++?

I found code that used for loop like below :

//// Code
for(int i = 0; i < MAX; i++);
//// Code

i dont understand what that do as there is ; in the end and no {} for starting the loop. Did anyone have any idea how that work in that case ? Thanks

Aucun commentaire:

Enregistrer un commentaire