What these sign do?
#4

Thank you !

if I look in the table in Binary operators I can see -

& bitwise and, that mean can I use it only with binary number, and not with regular number, and with && I can't use in binary number but with regualr number?

I mean I can't do -

PHP код:
if(0001 == && 0010 == Y
PHP код:
And I can't do - 
if(2 == X & 3 == Y)

?


Another question -

I seen in function this -
PHP код:
stock GetDateOffeset(&year,&month,&day,offset
What is the & symbol here ?

Thanks
Reply


Messages In This Thread
What these sign do? - by tal_peretz - 10.07.2011, 21:53
Re: What these sign do? - by Adil - 10.07.2011, 21:56
Re: What these sign do? - by Vince - 10.07.2011, 21:59
Re: What these sign do? - by tal_peretz - 10.07.2011, 22:25
Re: What these sign do? - by Gamer_Z - 10.07.2011, 22:36
AW: What these sign do? - by Tion - 10.07.2011, 22:37
Re: What these sign do? - by Kyosaur - 11.07.2011, 00:52
Re: What these sign do? - by tal_peretz - 11.07.2011, 22:43

Forum Jump:


Users browsing this thread: 1 Guest(s)