Search:

Type: Posts; User: jarrix

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,681

    cheers

    thanks very much it's just what I needed :)
  2. Replies
    2
    Views
    4,681

    typedef struct problem

    typedef struct
    {
    unsigned char
    b0:1,b1:1,b2:1,b3:1,b4:1,b5:1,b6:1,b7:1;
    }
    bitset;
    So I got a struct consisting of a char with 8x1bit identifiers.

    For example I'll make 50 of them.
Results 1 to 2 of 2