[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppBitwiseOrOperator
The bitwise operators are:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppBitwiseOrOperator
(C++) | operator
The bitwise OR operator ORs the bits of two values.Truth table
x y x|y ------------ 0 0 0 0 1 1 1 0 1 1 1 1
The bitwise operators are:
'Bitwise OR operator' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
