摘要: 1. 如何判断大小端设备 #include <iostream> using namespace std; typedef union utest { int a; char b; }utest; int main(int argc, char** argv) { utest ut; ut.a = 阅读全文
posted @ 2020-03-18 20:19 唯一诺 阅读(596) 评论(0) 推荐(0)