檔案 工資類

2021-07-12 03:29:02 字數 550 閱讀 8644

/*

all rights reserced

檔名稱:test.cpp

作    者:高玉傑

完成日期:2023年5月25日

版 本 號:v1.0

問題描述:讀取檔案進行用陣列操作工資

輸入描述:讀取檔案

程式輸出:

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

const int n=500;

class salary

; void salary::read_data( )

void salary::write_data( )

{ int i;

ofstream outfile("salary_ordered.txt",ios::out); //以輸入的方式開啟檔案

if(!outfile) //測試是否成功開啟

{ cerr<<"open error!"《感想:

這個檔案真心搞不明白

人數不定的工資類

檔名稱 main.cpp 作 者 隋文韜 完成日期 2016年5月26日 版 本 號 v1.0 問題描述 問題描述 設計乙個工資類 salary 其中的資料成員包括職工人數 number,人數不定 和number個職工的工資salary,要求輸入職工工資並逐個輸出。也可能會由於空間不夠而不能處理職工...

工資類(陣列) 手動輸入

工資類 1 salary.h ifndef salary include define salary include class salary endif 2 salary,cpp include include salary.h using namespace std void salary se...

專案四。多檔案工資

上機內容 c 程式的編寫和執行 我的程式 main.cpp 作 者 趙玲玲 完成日期 2014 年 3 月 23 日 版 本 號 v1.0 輸入描述 略 問題描述 工資類陣列 1 程式輸出 問題分析 演算法設計 略 include include include salary.h 注意是雙引號 us...