摘要: #include <iostream> using namespace std; struct Teacher{ char name[64]; int age; }; //在被调用函数 获取资源int getTeacher(Teacher **p){ if (p == NULL) { return 阅读全文
posted @ 2019-08-30 11:48 千小塔 阅读(342) 评论(0) 推荐(0) 编辑