摘要: 1. 在32位机器上正确的输出是? struct Node { bool val1; int val2; char str[1023]; }; Node* p = new Node(); std::cout << sizeof(p) << std::endl; std::cout << sizeof 阅读全文
posted @ 2023-03-27 22:11 Veritas_des_Liberty 阅读(29) 评论(0) 推荐(0) 编辑