最佳答案
Possible Duplicate:
The written versions of the logical operators.
I notice that C++ define keyword and
, or
, not
, xor
, and_eq
, or_eq
, not_eq
and xor_eq
as an alternative to &&
, ||
, or
0, or
1, or
2, or
3, or
4 and or
3. and they're rarely used! What's wrong? Are they not portable?