Hi. This might sound dumb, but I need some guidence. I need to know how to
set bits to 1 and to 0, on and off. Thus far I can set a single bit to 1 by
using LSH and bitwise OR operators, but can't figure out how to set a single
bit to 0. Please give me some ideas on how to turn on and off bits. Thank
you.
set bits to 1 and to 0, on and off. Thus far I can set a single bit to 1 by
using LSH and bitwise OR operators, but can't figure out how to set a single
bit to 0. Please give me some ideas on how to turn on and off bits. Thank
you.
Comment