摘要: #include <stdio.h>#include <malloc.h>#define LEN sizeof(struct student) /*----------------数据定义----------------------*/ //定义一个学生信息的结构体,包括学号,姓名和结构体类型的指针 阅读全文
posted @ 2016-01-30 13:41 ocean2015 阅读(310) 评论(0) 推荐(0)