1
vote
5answers
206 views
Comparing arbitrary bit sequences in a byte array in c
I have a couple uint8_t arrays in my c code, and I'd like to compare an arbitrary sequence bits from one with another. So for example, I have bitarray_1 and bitarray_2, and I'd lik …
0
votes
1answer
234 views
Installing bitarray in Python 2.6 on Windows
I would like to install bitarray in Windows running python 2.6.
I have mingw32 installed, and I have C:\Python26\Lib\distutils\distutils.cfg set to:
[build]
compiler = mingw32
…
