+ 4

***NEW CODE** learn how to use the left/right operator in c++

look at my profile for the code

18th Mar 2017, 3:48 AM
chris
chris - avatar
2 odpowiedzi
+ 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
21st Mar 2017, 4:29 AM
Michael Szczepanski
Michael Szczepanski - avatar
0
I can't get you right sir.
8th May 2017, 7:59 AM
AbdulMaestro