第三週專案四考了語文數學的學生

2021-06-29 07:42:54 字數 730 閱讀 5584

問題及**:

/* 

* 檔名稱:test.cpp

* 作 者:郝俊宇

* 完成日期:2023年 3 月23 日

* 版 本 號:v1.0

* * 輸入描述:無

* 程式輸出:對應的學生成績

*/ #include#includeusing namespace std;

class stu

;void stu::setstudent(string na,float c,float m)

void stu::show()

;#endif // stu_h_included

stu.cpp

#include#include#include "stu.h"

using namespace std;

void stu::setstudent(string na,float c,float m)

void stu::show()

{ cout<

執行結果:

知識點總結:

多檔案組織的應用

學習心得:

寫的時候沒有看到名字的要用string。

第三週專案四 考了語文數學的學生

main.cpp 檔名稱 test.cpp 完成日期 2015年 3 月 28 日 版 本 號 v1.0 輸入描述 無輸入 輸出結果 輸出姓名和成績 include include stu.h using namespace std int main endif stu h included stu...

第三週 專案4 考了語文數學的學生

檔名稱 grade.cpp 版本號 v1.0 問題描述 初始化學生姓名,語文數學成績,計算並輸出他們的平均成績和總成績 輸入描述 無 程式輸出 輸出平均成績和總成績 include includeusing namespace std class stu int main stu s1,s2 s1....

第三週專案4 考了語文數學的學生

問題及 檔名稱 test.cpp 完成日期 2015年3月23日 版 本 號 v1.0 問題描述 程式輸入 程式輸出 header.h ifndef header h included define header h included include using namespace std clas...