[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppBitwiseNotOperator
The bitwise operators are:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppBitwiseNotOperator
(C++) ~ operator
The bitwise NOT operator, also called the complement operator. It NOTs the bits of a value.Truth table x ~x 0 1 1 0
The bitwise operators are:
'Bitwise NOT operator' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
