View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 11-26-2010 , 16:04   Re: [TUT] Bits, Bit-fields, and Bit-wise Operators
Reply With Quote #32

Quote:
Originally Posted by Tirant View Post
Hey, is it possible to use bits in double arrays to eliminate the player array?

Like instead if having player[33][32], making it just player[32]

I can't think of a way, and I'm not sure it is possible because bits are technically a single number, so you'd need multiple cells in order to store separate values. I just wanted to check though and see if maybe someone was creative enough to figure out a way.
Nope. At least not a direct method (that I can think of).
__________________
fysiks is offline