間接尋址設計一個學生成績系統

#include<iostream.h> struct STU { int number; char* name; char* Class; float math_grade; int next; }Stu[5]; class Student { public: Student(); Student(char*n[],char*c[],int num[],float m[],int l); ~St
相關文章
相關標籤/搜索