18.09.2010, 11:18
The thing that's so fun about binary is that you can have any possible numbers, even when you think it seems impossible lmao.
Learned a lot from this, and I also mentioned that a specific bit equals all previous bits turned on minus one, for example:
This is great for me, even though I don't quite exactly know when I could use it haha.
I'm also wondering on one thing: Is it possible to use this system (And it's operators) in PAWN?
Learned a lot from this, and I also mentioned that a specific bit equals all previous bits turned on minus one, for example:
pawn Code:
1000000 //64
111111 //63
I'm also wondering on one thing: Is it possible to use this system (And it's operators) in PAWN?