Re: Variable declaration followed by colon?
- From: Yunzhong <gaoyunzhong@xxxxxxxxx>
- Date: Sat, 12 Apr 2008 08:17:20 -0700 (PDT)
What does this represent?
unsigned int n : 6;
Inside a structure or union, it represents an unsigned integral
bitfield that occupies 6 bits;
Outside a structure or union, it represents a syntax error.
Have fun.
.
- Follow-Ups:
- Re: Variable declaration followed by colon?
- From: Antoninus Twink
- Re: Variable declaration followed by colon?
- References:
- Variable declaration followed by colon?
- From: saverio . post
- Re: Variable declaration followed by colon?
- From: Richard Heathfield
- Variable declaration followed by colon?
- Prev by Date: Re: How to eliminate this global variable, silent?
- Next by Date: Re: How to generate random numbers in C
- Previous by thread: Re: Variable declaration followed by colon?
- Next by thread: Re: Variable declaration followed by colon?
- Index(es):
Relevant Pages
|