我可以做这个 int c= 0xF^0xF; cout << c;
int c= 0xF^0xF; cout << c;
但是cout << 0xF^0xF;不会编译.为什么?
cout << 0xF^0xF;
c++ compiler-errors operator-precedence
c++ ×1
compiler-errors ×1
operator-precedence ×1