What does ': number' after a struct field mean?

Posted by lukmac on Stack Overflow See other posts from Stack Overflow or by lukmac
Published on 2010-06-12T17:07:44Z Indexed on 2010/06/12 17:33 UTC
Read the original article Hit count: 128

Filed under:
|

I came across some code like this that I am not sure with:

 unsigned long byte_count  : 32
 unsigned long byte_count2 : 28

What does the : mean here?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c