小编Bis*_*ist的帖子

使用cout输出按位运算符的结果时编译错误

我可以做这个 int c= 0xF^0xF; cout << c;

但是cout << 0xF^0xF;不会编译.为什么?

c++ compiler-errors operator-precedence

1
推荐指数
1
解决办法
97
查看次数

标签 统计

c++ ×1

compiler-errors ×1

operator-precedence ×1