Strange question, but someone showed me this, I was wondering can you use the not ! operator for int in C++? (its strange to me).
#include u
The test for int is true for non-zero values and false for zero values, so not is just true for zero values and false for non-zero values.