摘要: /* 指针大小变化 : sizeof(int*) x86 4 x64 8 */ 阅读全文
posted @ 2019-12-13 06:02 火焰马 阅读(171) 评论(0) 推荐(0) 编辑
摘要: // BUG typedef struct SData { int nNumb; char szName[20]; float fMath; }DATA; #include "stdafx.h" #include "Map.h" #include using namespace std; int main() { DATA ds[] = { ... 阅读全文
posted @ 2019-12-13 03:29 火焰马 阅读(101) 评论(0) 推荐(0) 编辑