06 2013 档案

点Point 圆Circle 圆柱Cylinder的继承与派生
摘要:#include //using namespace std;class Point{private: double x; double y;public: Point(double x1,double y1) { x=x1; y=y1; } ~Point()//析构函数 { cout<<"Th... 阅读全文
posted @ 2013-06-17 18:58 程序+爱=人生 阅读(290) 评论(0) 推荐(0) 编辑
我的思维导图
摘要: 阅读全文
posted @ 2013-06-16 15:29 程序+爱=人生 阅读(155) 评论(0) 推荐(0) 编辑

 
点击右上角即可分享
微信分享提示