Hi there, i came across these things called bitwise operators. After some research i didnt get any further than the fact that they alter bits directly.
Then i read something on shifting bits and stuff, and that this would be more efficient it this got me confused.
Can you use them to optimize your code?
Can someone give some examples of this, like a function and his alternative (using bitwise operators)?