+ 4
***NEW CODE** learn how to use the left/right operator in c++
look at my profile for the code
2 Answers
+ 3
they are shift operators. they shift the bits in the registers left or right, multiplying and dividing respectivly. it goes in powers of 2. it is much more efficient and fast to use
x>>1
than
x /= 2
0
I can't get you right sir.