最佳答案
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 &&, ||, or0, or1, or2, or3, or4 and or3. and they're rarely used! What's wrong? Are they not portable?