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

Quote:
Originally Posted by Bugsy View Post
It's been covered before somewhere on the forums, but you'd need to create a macro or function to do this. Basically you'd use an array to get bits in excess of 32. So if you need 64 bits, you have an array bitField[ 2 ]. For bits 1-32 the first cell is used, for bits 33 to 64, the second cell is used, etc.
Any link or the way to do it would be usefull ...
Abhinash is offline