xszf

导航

2025年11月24日 #

Qt判断机器字节序

摘要: include include int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); qint16 test = 0x0102; const char *data = reinterpret_cast<const cha 阅读全文

posted @ 2025-11-24 09:07 xszf 阅读(5) 评论(0) 推荐(0)