What of this methods is faster?
#1

What of this methods is more efficient and effective?


DOUBT 1

Which is more efficient between these cases?

Case 1:
pawn Код:
#define TEST "test"
Case 2:
pawn Код:
new TEST[4] = "test";
Case 3:
pawn Код:
new const TEST = "test";
Case 4:
pawn Код:
stock const TEST = "test";

DOUBT 2

Which is more efficient between these cases?

Case 1:
pawn Код:
#define TEST 1
Case 2:
pawn Код:
new TEST = 1;
Case 3:
pawn Код:
new const TEST = 1;
Case 4:
pawn Код:
stock const TEST = 1;

Thanks.
Reply


Messages In This Thread
What of this methods is more efficient and effective? - by JavoDiaz - 26.12.2012, 08:09
Re: What of this methods is faster? - by Ballu Miaa - 26.12.2012, 08:27
Re: What of this methods is faster? - by Mafioso97 - 26.12.2012, 08:28
Re: What of this methods is faster? - by Lordzy - 26.12.2012, 08:35
Re: What of this methods is faster? - by JavoDiaz - 26.12.2012, 08:37
Re: What of this methods is faster? - by Mafioso97 - 26.12.2012, 08:40
Re: What of this methods is faster? - by JavoDiaz - 26.12.2012, 09:14
Re: What of this methods is faster? - by mineralo - 26.12.2012, 09:23
Re: What of this methods is faster? - by Vince - 26.12.2012, 12:26
Re: What of this methods is faster? - by JavoDiaz - 26.12.2012, 17:15

Forum Jump:


Users browsing this thread: 4 Guest(s)