1樓:匿名使用者
#include
#include
using namespace std;
class employee
;class salariedemployee:public employee
double earnings()
};class hourlyemployee:public employee
double earnings()
};基類是employee,定義的虛擬函式=0使得基類成為抽象類兩個派生類分別是salariedemployee和hourlyemployee
2樓:百小度
#include
#include
#include
#include
using namespace std;
//第一個問題
template
第二個問題
template
class array
;template
array::array(int size):capacity(size)
}template
t & array::operator(int index)template
const t& array::operator(int index) const
template
void array::display()
C 程式設計問題,c語言程式設計問題
c語言程式設計問題 5 提問怎麼改。把replace函式提到main函式外面。提到main函式的前面。或者在main前面寫一個replace函式宣告宣告報告裡面呢,還寫了呼叫時的型別是衝突的。求解c 一個程式設計問題 這個程式是輸入ch,然後列印ch 1,即acsii碼錶中ch的下一個字元。因此輸入...
c語言程式設計問題,c語言程式設計問題?
自我程式設計 1 輸入有範圍,兩個變數輸入都需要驗證,方法變數處置範圍以外,迴圈判斷輸入。2 天數迴圈計數,日期0 6週期自增。用變數累加計數結果。下面是演示 include int main int i,j,a 7,n 366,cnt 0 while a 0 a 6 printf 請輸入a的值 0...
c 程式設計小問題,c語言程式設計問題
程式的功能我不太明白,這裡先指出語法錯誤 1 cout 這句沒加分號。2 while total weight ounce per metric ton 這句變數名寫錯了,是ounces per metric ton 3 這句變數名錯了,同樣分號也忘了加。記住變數名只能由字母數字下劃線組成,這裡應該...