C++ Coding Practice #2

Today's C++ coding practice is to check if two numbers are equal without using arithmetic operators or comparison operators.

The Code

Here's the implementation I whipped out in under 5 minutes:

You can compile and run this code with the following commandline:

Dev Notes

Explore More