摘要:
记录网友的大小端两种 验证方式: #include<iostream>using namespace std;int main(){ int intBit = 0xABCD; const char* testBit = (char *)(&intBit); cout << hex; cout << 阅读全文
posted @ 2019-11-19 09:50
Skyge
阅读(137)
评论(0)
推荐(0)
浙公网安备 33010602011771号