04.06.2009, 13:48
Hello,
What is the diferents between these 2 thing?
and:
And if there isn't any diferents, what is bether or faster?
What is the diferents between these 2 thing?
Код:
for(new i = 0; i < MAX_PLAYERS; i++) { }
Код:
new idx; while(idx < MAX_PLAYERS) { idx++; }