摘要: 1 #include 2 #include 3 using namespace std; 4 class Copy_construction { 5 public: 6 Copy_construction(int a,int b,int c) 7 { 8 this->a = a; 9 this->b = b; 10 ... 阅读全文
posted @ 2017-02-19 10:02 Crystal_Guang 阅读(1605) 评论(0) 推荐(0) 编辑