指向學生類的指標

2021-07-11 17:36:20 字數 814 閱讀 3498



*檔名稱:123.cpp 

*作 者:隋宗濤 

*完成日期:2023年5月10日 

*版 本 號:v1.0 

* *問題描述:設計乙個學生類student,資料成員包括學號(num)和成績(score),成員函式根據需要自行設計。 

*輸入描述:無。 

*程式輸出:無。

*/#include 

#include 

using

namespace std;  

class student  

void play();  

int getnum()  

double getscore()  

private:  

int num;   //學號

double score;   //成績

};  

void student::play()  

double max(student *arr);  

int main()  

;  for(int i=0; i<5; i+=2)  

double max_score = max(stu);   //呼叫函式來求最高的成績

cout<<"5個學生中成績最高者的學號為: ";  

for(int i=0; i<5; i++)  

cout}  //定義函式max,返回arr指向的物件陣列中的最高成績

double max(student *arr)  

return max_score;  

}  

指向學生類的指標

corpyright c 2013,煙台大學計算機學院 all right reseved.完成日期 2014年3月30日 版本號 v1.0 輸入描述 問題描述 類的指標!程式輸出 問題分析 演算法設計 include include include using namespace std clas...

專案3 指向學生類的指標

問題及 檔名稱 text.cpp 完成日期 2016年4月28日 版本號 vc 6.0 問題描述 設計乙個學生類student,資料報括學號和成績,成員函式根據需要自行設計 輸入描述 無 程式輸出 用指標指向陣列首元素,輸出第1 3 5個學生的資訊 include using namespace s...

C 找物件的季節 指向學生類的指標

檔名稱 test.cpp 作 者 zeva angel 完成日期 2015年4月4日 版 本 號 v1.0 問題描述 程式輸出 include using namespace std class student int max student arr int main for int i 0 i 5...