/*univercity:煙台大學
*@class計134~4
*@author:薛富磊
*@time:2014-3-18
*@function:長方柱類
*@args:
*@return:
*/#include #includeusing namespace std;
class bulk
; double volume();//體積
double area();//面積
void showmessage();
void get_value();
private:
double length,width,heigth;
};double bulk::volume()
double bulk::area()
void bulk::showmessage()
int main()
; b[4].get_value();
//下面分別輸出這5個長方柱的體積和表面積
for(int i=0; i<5; i++)
}/*心得體會:
居然錯在「;」
不說了太丟人啦
說多了都是汗!!!*/
Unit9 problem1 複數大排練
univercity 煙台大學 class計134 4 author 薛富磊 time 2014 4 28 function 複數 args return include includeusing namespace std class complex complex operator 實現輸入 輸...
Unit13 problem1 2 圓大小比較
univercity 煙台大學 class計134 4 author 薛富磊 time 2014 5 27 function 在專案1的基礎上,在圓類上過載關係運算子 6種 使之能夠按圓的面積比較兩個圓的大小。自編main函式完成測試。args return include includeusing...
Unit6 problem3 二類共享
univercity 煙台大學 class計134 4 author 薛富磊 time 2014 4 2 function 回想engineer類的資料成員,有眼鏡 揹包等。某engineer的眼鏡 揹包,是glass bag類的物件。類中的資料成員,其型別可以是簡單型別,也可以是類.通過這種方式,...