摘要:
我们先来看一个例子 1 #include 2 using namespace std; 3 class CPoint 4 { 5 public: 6 CPoint(int xx, int yy) 7 { 8 x = xx; 9 y = yy; 10 } 11 CPoint(const CPoint 阅读全文
posted @ 2020-03-21 11:00
/*nobody*/
阅读(1263)
评论(1)
推荐(1)

浙公网安备 33010602011771号