2022年6月15日

CallBack回调函数工作机制

摘要: // // Created by tang on 2022/6/13. // #include <iostream> using namespace std; typedef int(*CallBack)(char *p);//声明CallBack 类型的函数指针 int A(char *p) { 阅读全文

posted @ 2022-06-15 08:28 ewitt 阅读(30) 评论(0) 推荐(0) 编辑

导航