View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 10-08-2010 , 15:21   Re: [TUT] Bits, Bit-fields, and Bit-wise Operators
Reply With Quote #28

Quote:
Originally Posted by Zezima14 View Post
if i wanna decreased 8 - 1 with bitsums, how can i make this ? :p

Result |= ( 1 << 3 ) & ~( 1 << 0 )
What are you asking?
__________________
fysiks is offline