Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi All
Is there anything in Qt to work on Bits.
Look "QBitArray":http://doc.qt.nokia.com/4.7/qbitarray.html class
also as a sidenote, QBitArray is probably enough efficient in terms of memory and operation wise.
(I wish there were abstraction layers though for the set test and clear methods so I could I add my platform specific code for those :) )