N
Nollie
Does standard c++ define "true" to be always equal to 1?
My code:
int num = 1 + (value1== value2);
Can I be certain that "num" will ALWAYS be either 1 or 2? How about
on a Windows machine?
My code:
int num = 1 + (value1== value2);
Can I be certain that "num" will ALWAYS be either 1 or 2? How about
on a Windows machine?