Quote:
Originally Posted by Sylwester
They used !! in that thread only for conversion int -> bool, but you tried to use it in this thread for conversion bool -> int (it does nothing in this case).
|
Yeah, but the result of (var == 3) will not necessarily be 1 or 0. If it's true it could be 34. This is the way I understand it but maybe I am wrong.
__________________