c++ switch boolean value code example Example 1: c flip variable foo = foo^1; //XOR - flip var Example 2: toggle bool myBool = !myBool;