摘要:
#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
程序+爱=人生
阅读(310)
评论(0)
推荐(0)
浙公网安备 33010602011771号