Hello,
I am working on this project where when I receive a value and its 11th bit is set I need to do something in particular. With this being said, I want to know if there is a way I can check to see if a certain bit is set. I have tried bitset and left and right shift bitwise operators and nothing allowed me to check each bit one by one.