C++复制构造函数参数问题
摘要:
今天遇到一个题, #include using namespace std; class Sample { public: int v; // 在此处补充你的代码 }; void PrintAndDouble(Sample o) { cou... 阅读全文
posted @ 2018-09-17 14:35 Robin_Yao_Wenbin 阅读(489) 评论(0) 推荐(0)
posted @ 2018-09-17 14:35 Robin_Yao_Wenbin 阅读(489) 评论(0) 推荐(0)