Hello,
I have a question, how to write this line which is in C++ ofc. using PHP:
I know it's a C++ macro, and I will create function like that, but I can't translate the bitshift part.
Regards,
Chris
I have a question, how to write this line which is in C++ ofc. using PHP:
Code:
#define setC(x,n) (x[n>>6]|=(1<<((n>>1)&31)))
Regards,
Chris
Comment