摘要: 只重新定义虚函数 阅读全文
posted @ 2018-10-02 21:34 友哥 阅读(129) 评论(0) 推荐(0) 编辑
摘要: #include class const_out_parameter{ private: const int array[20]; public: int* const_out_parameter_test(){ return array; } }; int main(){ const_out_parameter* const_out_parameter_insta... 阅读全文
posted @ 2018-10-02 19:52 友哥 阅读(218) 评论(0) 推荐(0) 编辑