|
|
|
|
|
by crucini
4673 days ago
|
|
> Then programmers who relied on such odd results wind up writing horrific code like your second example What's horrific about that? Would it be better if we had: #define to_bool(_X) !!(_X)
...
bool a = to_bool(someInt & 0x02);
|
|