An introduction to bitwise operators
摘要:
读了codeproject上的这篇《An introduction to bitwise operators》,前面两个运算符说得不错,但第三个异或运算符感觉不够准确,作者给出的示例不知道有什么用处,不就是把数做了两次异或又回来了么? &运算符用来判定某些位是0还是1: #include using namespace std;int main(void){ int num = 17; ... 阅读全文
posted @ 2007-12-15 20:37 Phinecos(洞庭散人) 阅读(372) 评论(0) 推荐(0)
浙公网安备 33010602011771号