View Single Post
Abhinash
Senior Member
Join Date: Jan 2015
Location: India,kolkata
Old 09-16-2021 , 03:00   Re: [TUT] Bits, Bit-fields, and Bit-wise Operators
Reply With Quote #93

Quote:
Originally Posted by Bugsy View Post
Google how many bits are in a byte, then multiply that value by 4.

You can do extra coding to extend beyond this 'enum limit' if needed.
So the result is 32 assuming cell as an signed 4 byte integer.
As in C++ also the max we can go is 32 items.

And how do you plan to exceed that 32 limit ?
Can you please show ?
Abhinash is offline