摘要: c++11 c++14 阅读全文
posted @ 2019-04-06 01:17 douzujun 阅读(365) 评论(0) 推荐(0) 编辑
摘要: #include #include #include class Empty{}; Empty e; Empty b = e; Empty d; Empty b = d; Empty f(b); //c98--同上 class Empty2 { public: //默认构造 Empty2() {} //拷贝构造 ... 阅读全文
posted @ 2019-04-06 00:58 douzujun 阅读(268) 评论(0) 推荐(0) 编辑