in reply to Re^7: Bit vector fiddling with Inline C
in thread Bit vector fiddling with Inline C
Great tip, thanks. Wasn't aware of that, but will certainly check it out. Currently getting/setting bits byte-wise as in the OP example, which I doubt is the best
way. Will definitely test this out as an alternative.