結構體實例— error LNK2001錯誤

/************** 用結構體數組做函數參數計算學生平均分 **************/ #include <stdio.h> #define N 30 typedef struct date {     int year;     int month;     int day; }DATE; typedef struct student {     long studentID;  
相關文章
相關標籤/搜索