cfleck
tired
I have a situation where I want to have a string of bits *much* larger than what is allowed (32 bits I believe). I am wondering if there is a way to combine several of these 32 bit units to create one larger unit.
I need to be able to to various operations on said unit like bit shifting and the like. The problem is, 32 bits isn't even close to what I need. Any ideas on how to go about it?
I need to be able to to various operations on said unit like bit shifting and the like. The problem is, 32 bits isn't even close to what I need. Any ideas on how to go about it?