Setting/clearing bits ...
What's the best way to set and clear individual bits on a one-byte variable? I can do it using & and | operators, but it's a bit convoluted to read.
Also, is "char" the only thing you can refer to a one-byte variable as? It's kind of misleading if you're not actually using it for text.
Also, is "char" the only thing you can refer to a one-byte variable as? It's kind of misleading if you're not actually using it for text.
