Thread: What does this mean?

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    4

    What does this mean?

    Can someone help a rookie to understand what this structure means?

    struct _INIT_REG {
    unsigned int debug:1;
    unsigned int channel:3;
    unsigned int opNibble:4;
    }

    Thanks

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Look up "bit fields" in your book

Popular pages Recent additions subscribe to a feed