Comparing two numbers should be easy right? Maybe it should, yet it’s not the case in C++ even if we constrain the comparison to the domain of integral numbers.If you try to compare a signed with an unsigned integer there are several possible outcomes. It might actually work and you will never know what you
