Is there a difference "undef, const, define"
#1

Is there a difference how to write and which option is best

1.
PHP код:
#undef MAX_PLAYERS
const MAX_PLAYERS 10
2.
PHP код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 10 
Reply


Messages In This Thread
Is there a difference "undef, const, define" - by Manowar - 27.12.2013, 23:00
Re: Is there a difference "undef, const, define" - by nmader - 28.12.2013, 00:07
Re: Is there a difference "undef, const, define" - by park4bmx - 28.12.2013, 00:44
Re: Is there a difference "undef, const, define" - by Ada32 - 28.12.2013, 01:33

Forum Jump:


Users browsing this thread: 1 Guest(s)