摘要: Day1 函数指针数组 简写函数指针 typedef typedef int (*FunPtr)(int, int); FunPtr FunArr[1] = {Add}; 内联函数 #pragma region 内联函数 // 避免函数跳转对于程序的额外开销 // 有两种写法 1).h中写实现文件( 阅读全文
posted @ 2024-03-11 17:57 啊賢 阅读(5) 评论(0) 推荐(0) 编辑