第三週 專案5 4 工資類 資料輸出到檔案

2021-06-29 10:20:00 字數 639 閱讀 9290

問題及**:

/*。

*all right reserved,

*檔名:test.cpp

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

*版本號:v1.0

*問題描述:增加乙個成員函式,將排序後結果儲存到乙個檔案中。

漲500元工資,排序後工資資料,然後輸出結果

*輸入描述:

*程式輸出:

*/#include #include #include using namespace std;

class salary

;int main ()

void salary::read_data()

void salary::write_data( )

{ int i;

ofstream outfile("salary_ordered.txt",ios::out);

for(i=0; i

執行結果:

第三週專案三

煙台大學計算機學院 檔名稱 main.cpp ti.cpp head.h 完成日期 2017年9月20日 問題描述 求兩個順序表的並集 輸入描述 無 輸出描述 無 include include include head.h using namespace std void unionlist sq...

第三週專案四

問題及 all right reserved.檔名稱 線性表刪除元素.cpp 完成日期 2015年9月15日 版本號 v1.0 問題描述 定義乙個採用順序結構儲存的線性表,設計演算法完成下面的工作 刪除元素在 x,y 之間的所有元素,要求演算法的時間複雜度為o n 空間複雜度為o 1 將所在奇數移到...

第三週專案一

include include define maxsize 50 maxsize將用於後面定義儲存空間的大小 typedef int elemtype elemtype在不同場合可以根據問題的需要確定,在此取簡單的int typedef struct sqlist 自定義函式宣告部分 void c...