check value of a bit in byte
-
Use the bitwise '&' operator. BYTE mybyte = 0x80; if ( ( mybyte & 0x80 ) != 0x00 )
-
This article[^] was written for you :cool:
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
This article[^] was written for you :cool:
Don't know where to start ?
Refer the Forums Guidelines and ask a friendAnd I thought it was written for me :((
-
And I thought it was written for me :((
lol, no Mark, you're not a beginner AFAIK. but if you consider yourself to start with bitwise stuff, then yes, you're all understood to bookmark it :rose:
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
lol, no Mark, you're not a beginner AFAIK. but if you consider yourself to start with bitwise stuff, then yes, you're all understood to bookmark it :rose:
Don't know where to start ?
Refer the Forums Guidelines and ask a friendAwww thanks man! :)