摘要: 栈溢出示例代码: #include<Windows.h> #include<stdio.h> #include<stdlib.h> void Msg() { MessageBoxA(NULL, "嘿嘿!", "堆栈溢出测试", 0); } int Add(int a, int b) { int* p 阅读全文
posted @ 2020-10-03 20:45 bonelee 阅读(918) 评论(0) 推荐(0) 编辑