View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 09-15-2021 , 03:51   Re: [TUT] Bits, Bit-fields, and Bit-wise Operators
Reply With Quote #89

Every "item" in an enum is 32 bits. At every step, you shift one bit to the left. Based on this information can you figure out how many items you can have?
__________________
HamletEagle is offline