第八周 課後實踐 程式閱讀(1)(2)(3)(4)

2021-07-02 03:14:31 字數 768 閱讀 1510

程式**:

/*

*檔名稱:test.cpp

*完成日期:2023年04月29日

*版本號:v1.0

**輸入描述:略

*程式輸出:略

*/#include using namespace std;

class sample

sample(int a)

void disp()

sample (int a)

void disp()

double getpay()const;//返回應付工資額

wages operator+(wages w)const;//過載加法

};double wages::getpay()const

wages wages::operator+(wages w)const

int main()

bool operator >(pair p) const;

};bool pair::operator>(pair p)const

int main()

執行結果:

對第四個程式總結:

在成員函式bool pair ::operator>(pair p) const ;中當符合if條件時執行第乙個return 如果不符合就執行第二個return.判斷正確輸出1,判斷錯誤輸出0.

第八周上機實踐

01.02.程式的版權和版本宣告部分 05.檔名稱 test.cpp 06.作 者 初瑞 07.完成日期 2013 年 10 月 15 日 08.版 本 號 v1.0 09.對任務及求解方法的描述部分 10.輸入描述 8 7 1 0 3 12.程式輸出 7 6 0 1 2 13.問題分析 輸入x,按...

第二週 課後實踐 閱讀程式(1)

問題及 檔名稱 test.cpp 完成日期 2015年03月17日 版本號 v1.0 輸入描述 略 程式輸出 略 include include using namespace std class student void display cout 問題 程式中定義的類名是 student 在mai...

第二週 課後實踐 閱讀程式2

檔名稱 test.cpp 作 者 徐洪祥 完成日期 2015年 3 月 18日 版 本 號 v1.0 輸入描述 程式輸出 include include using namespace std class student void student set data int n,char p,char...