c 作業,求高手解答,一個c 作業,求高手解答

時間 2021-08-30 09:58:52

1樓:匿名使用者

#include

#include

#include

#include

//定義標頭檔案。

class employee;

employee::employee(const char *first,const char *last)

const char* employee::getfirstname()const

const char* employee::getlastname()const //返回firstname,lastname。

employee::~employee() //解構函式,用於**沒用的記憶體空間。

//這兒需要注意純虛擬函式是沒有定義的。

class boss:public employee;

boss::boss(const char* first,const char *last,float val)

:employee(first,last)//boss的建構函式呼叫了employee的建構函式。

void boss::setvalue(float val)

float boss::earning()const

void boss::print()const //tcheng的建構函式呼叫了employee的建構函式。

void tcheng::setzch(float zc)

void tcheng::settch(float tc)

void tcheng::setnum(int nu)

float tcheng::earning()const

void tcheng::print()const

這個只實現了boss和提成的工資。

正好是哥昨天寫的。詳細的可以去我空間看看。

2樓:

好好學習下,自己編吧。

這樣才能提高。

3樓:匿名使用者

樓上的精闢呀,哥隨便編一下就解決了問題,果然編的不是程式,編的是寂寞!!

順便說一句,我也在學習c++中,感覺好難!!

求解C作業,求解乙個C 作業

conn.connectionstring server servername integraed security true connection timeout 5 intial catalog database 很明顯是這段 處了問題。servername database都是你定義的變數,你...

求C 高手解答,求C 高手解答

不明白可以問我,用list儲存學生資訊,迭代器遍歷學生姓名 include include include using namespace std class student liststulist list iterator it stulist.begin int main cout 輸入需要查...

請教作業,求高手解答

w白日夢想家 1.為了便於表達可以令 為a,為b,為c,則a a c c c 1 c c c b b b b 2 a c b b 400 3 3 轉化為2 a c 2b 800 2a 2c 4b 800 通過 1 2 式,3 可表達為 3c 2c 3c 800 c 100 b 75 a 150 即 ...