首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴那时明月的代码贴全部
求大神改,能用code.blocks运行就行,作业需要,急!!!
#ifndef H_STUDENT_HH 
#define H_STUDENT_HH 

#include "stdio.h" 
#include "string.h" 
#include "malloc.h" 


#define LEN sizeof(struct message_student) /*一个结构体数组元素的长度*/ 
#define numsubs 5 /*学科数目*/ 
typedef struct message_student /*结构体定义*/ 
......................
阅读全部 | 2014年12月13日 23:33
1
那时明月