移位運算——獲取unsigned short的高八位和低八位數值

#include "pch.h" #include <iostream> #include <string> typedef unsigned char BYTE; typedef unsigned short WORD; typedef unsigned int UINT32; using namespace std; int main() { string s ; char
相關文章
相關標籤/搜索