Fork me on GitHub
摘要: 10.4.1 C 语言中,间接赋值是指针存在的最大意义 #include "iostream" using namespace std; struct Teacher { char name[64]; int age; }; // 函数参数为 二级指针,做输出 int getTeacher(Teac 阅读全文
posted @ 2022-09-16 17:41 小a的软件思考 阅读(25) 评论(0) 推荐(0) 编辑