Loading

摘要: #include <iostream> using namespace std; //函数指针,利用函数指针来优化程序 bool div2(int n) { return n % 2 == 0; } void printfArray(int a[], size_t len, bool (*ptr)( 阅读全文
posted @ 2020-09-25 22:32 小森林呐 阅读(688) 评论(0) 推荐(0) 编辑