Which loop is more efficient?
#1

This
pawn Код:
for ( new index = 0; index != MAX_PLAYERS; ++ index )
Or this
pawn Код:
for ( new index = 0; index < MAX_PLAYERS; index ++ )
P.S. state your reason as-well.
Reply


Messages In This Thread
Which loop is more efficient? - by T0pAz - 03.03.2012, 10:07
Re: Which loop is more efficient? - by Vince - 03.03.2012, 10:20
Re: Which loop is more efficient? - by T0pAz - 03.03.2012, 10:21
Re: Which loop is more efficient? - by Jochemd - 03.03.2012, 10:23
Re: Which loop is more efficient? - by Babul - 03.03.2012, 10:25
Re: Which loop is more efficient? - by T0pAz - 03.03.2012, 10:26

Forum Jump:


Users browsing this thread: 1 Guest(s)