Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
operator| (pronounces as 'bitwise or operator') is an operator to perform bitwise or operations. The example below shows how to reconstruct a truth table:
#include <iostream> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.