第八周專案1 陣列做資料成員

2021-07-11 06:58:39 字數 784 閱讀 5221



問題及**:

/*   

*檔名稱:test.cpp

*完成日期:2023年4月18日

*版本號:v1.0

*問題描述:輸入員工的工資,再輸入員工工資漲價的錢數x,輸出變化後的工資,從小到大排列。

*輸入描述:員工工資,漲價錢數。

*程式輸出:變化後的員工工資。

*/

#include using namespace std;

class salary

; void salary::set_salarys()//輸入職工工資(輸入-1標誌著工資輸入結束),工資儲存到salary陣列中,實際人數儲存到number中;

number=n-1;

} void salary ::add_salarys(int x)//給每個人漲x元工資

{int i;

for(i=0;i>x;

worker.add_salarys(x); //給每個人漲x元工資

worker.show_salarys();

worker.sort_salarys();//對工資由大到小排序

cout<

執行結果:

知識點總結:

成員函式不需要再加物件名再加點。

學習心得:

基礎基礎基礎不牢

第八周專案一 陣列做資料成員(3)

檔名稱 123.cpp 作 者 王蕊 完成日期 2016年4月19日 版 本 號 v1.0 問題描述 實現salary類中的成員函式,在main函式定義salary類的物件,用多檔案的方式組織最後的程式。輸入描述 無 程式輸出 無 1.類宣告 ifndef 456 h included define...

第八周專案1

include include sqstring.h int main cpp view plain copy sqstring include include include sqstring.h void strassign sqstring s,char cstr s為引用型引數 void s...

第八周專案1 陣列做資料成員 工資類 陣列 檔案

檔名稱 test.cpp 完成日期 2016年4月19日 問題描述 手工輸入工資?太讓人不能忍受了。現給出包含了不足500個職工工資的 增加乙個成員函式,將排序後結果儲存到乙個檔案中。編寫main函式,測試 你擴充的功能。include include includeusing namespace ...