C++入門經典-例2.14-使用移位運算

C++入門經典-例2.14-使用移位運算 1:代碼如下: // 2.14.cpp : 定義控制檯應用程序的入口點。 // #include "stdafx.h" #include <iostream> using namespace std; void main() { long nWord=0x12345678;//長整形,十六進制輸入 int nBits; nBits
相關文章
相關標籤/搜索