1樓:匿名使用者
#include
#include
using namespace std;
class point //point類宣告point(point &p);
int getx()
int gety()
private:
int x,y;
};point::point(point &p) //拷貝建構函式的實現
//類的組合
class line //line類的宣告private: //私有資料成員
point p1,p2; //point類的物件p1,p2double len;
};//組合類的建構函式
line:: line (point xp1, point xp2):p1(xp1),p2(xp2)
//組合類的拷貝建構函式
//主函式
int main()
2樓:祝夜
這不是c++書上的題嘛,譚浩強編著的c++程式設計書上自己去找
c++程式設計題(急急急!!!)
3樓:
自己寫的,試過可行,滿足你的題目要求,請採納!謝謝#include
#include
#include
using namespace std;
class cshape
~cshape(){}
protected:
float high;float width;
};class crectangle:public cshapevoid display()
void area()
~crectangle()
{}private:
float gaodu,kuandu;
}; class c********:public cshapevoid display()
void area()
~c********()
{}private:
float gaodu,kuandu;
};int main(int argc, char *argv)
4樓:
class cshape
;class ctiangle : public cshape;float ctrigangle::area()class crectangle :
public cshape;float crectangle::area()
5樓:旅漾南門苓
我只寫了轉換為二進位制的,十進位制比較簡單
#include
#include
intgetb(int
n)else
}int
main(void)
return0;}
6樓:誰誰還記得我
#include
using namespace std;
class graph
};class retangle:public graphvoid area()
};class ********:public graphvoid area()
};void main()
英語題急急急,急急急英語題
為你解答。he has a stomachache.he c.shouldn t eat anything for 24 hour.讓我們離開電腦休息一會吧!let s take breaks away from the computer.也許你應該去照 x 光。maybe you should g...
奧數題急急急,奧數題,急急急急急
速度是25米 秒,車長為250米。畫圖分析一下就可以知道。整列火車完全在橋上的時間為40s,而路程正好是橋長 車身長。從車頭到橋到車尾離橋共用1分鐘,而路程正好是橋長 車身長。觀察發現火車用 1分 40秒 走了 橋長 車身長 橋長 車身長 即兩個橋長。所以速度為 1000 2 60 40 20 米 ...
c語言問題急急急,C語言問題,急急急
x 1進入外switch且執行case 1,y 0進入內switch且執行case 0,輸出first 遇到break,內switch終止,case 1執行完畢 case 1後面沒有break,所以外switch不終止,繼續向下執行case 2,輸出third 所以程式執行結果為 共輸出兩行內容,第...