cpoint
摘要:
1 #include 2 #include 3 using namespace std; 4 class CPoint 5 { 6 public: 7 int cpoint() 8 { 9 x = 0;10 y = 0;11 return 0;12 }13 int cpoint(double a , double b)14 {15 x=a;16 y=b;17 return 0;18 }19 double GetX()20 {21 ... 阅读全文
posted @ 2013-12-26 16:52 了发发 阅读(285) 评论(0) 推荐(0)
浙公网安备 33010602011771号