peterworth
Programmer
does the code
BYTE m_byte:5 ;
set the number of bits in m_byte to 5? if so, would this line:
BYTE ret:nCodeSize = *lpBufComp;
read nCodeSize number of bits from the buffer lpBufComp? the last question is this: after having done this, how would i move the pointer lpBufComp along to the next unread bit?
BYTE m_byte:5 ;
set the number of bits in m_byte to 5? if so, would this line:
BYTE ret:nCodeSize = *lpBufComp;
read nCodeSize number of bits from the buffer lpBufComp? the last question is this: after having done this, how would i move the pointer lpBufComp along to the next unread bit?