摘要: class A{ int x; int* pi; public: //A(){} A(int x){} A(const A& a){ x = a.x; ... 阅读全文
posted @ 2013-08-22 19:52 汪成龙 阅读(96) 评论(0) 推荐(0)