When using a bit slice (ie: unsigned foo:1;), what's
the largest amount that you can group together?
An unlimited number?  Or 32/64?

ie:

struct FOO
{
        unsigned foo1:1;
        unsigned foo2:1;
        .
        .
        .
        unsigned foo(max #):1;
};

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to