拷贝构造函数 一. 拷贝构造函数 1 #include<iostream> 2 using namespace std; 3 class CExample 4 { 5 private: 6 int a; … Continue reading 拷贝构造函数