Displaying 1 result from an estimated 1 matches for "cbitman".
Did you mean:
bitman
2002 Sep 14
4
Specific code questions
I haven't actually had many questions up to now. Despite the
all-encompassing CP_INSTANCE monolith, things have been relatively
easy going. Now we get into real grit:
First off, CBitman looks like it has endianness issues; it's packing
into host-order 32 bit arrays (the comments and symbol names seem to
indicate that this was originally byte-based packing code that got
upped to 32 bit. Either that or someone is a bit confused about a
byte being 32 bits...)
Whose responsibili...