Variable
#1

Which is more optimized?

new variable[3][MAX_PLAYERS];

or

new variable1[MAX_PLAYERS];
new variable2[MAX_PLAYERS];
new variable3[MAX_PLAYERS];
Reply


Messages In This Thread
Variable - by halil69 - 08.01.2014, 22:16
Re: Variable - by MatriXgaMer - 08.01.2014, 22:20
Re: Variable - by Seif- - 08.01.2014, 22:22
Re: Variable - by park4bmx - 08.01.2014, 23:16

Forum Jump:


Users browsing this thread: 1 Guest(s)