Joined: 10 Dec 2011 Posts: 376 Location: Sofiq,Bulgariq
beginner question
Posted: Sun Oct 07, 2012 12:03 pm
I am wondering what is that mean?
Code:
int variable:1;
What does the ":1" after the variable mean?
Thanks in advance!
gpsmikey
Joined: 16 Nov 2010 Posts: 588 Location: Kirkland, WA
Posted: Sun Oct 07, 2012 12:28 pm
Generally that indicates the number of bits to use for that variable - in your case, 1 bit. See the users manual for "Data Definitions - special types" for more examples (page 45 in my copy of the manual).
mikey _________________ mikey
-- you can't have too many gadgets or too much disk space !
old engineering saying: 1+1 = 3 for sufficiently large values of 1 or small values of 3
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum