Lloyd <lloyd-jowPkhCZOFef0DUV/[EMAIL PROTECTED]> wrote:
How can I make an array of bit fields? something like, using the 16 bits of a short as an array of bits
You can't. But, if you can use C++ rather than C, there's std::bitset class that does just that.
Igor Tandetnik
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------