10 2018 档案

摘要:写文章、写程序都这样 阅读全文
posted @ 2018-10-16 17:04 友哥 阅读(124) 评论(0) 推荐(0) 编辑
摘要:X bar() { X xx; return xx; } // compiler generated temporary X __temp0; ( bar( __temp0 ), __temp0 ).memfunc(); 阅读全文
posted @ 2018-10-10 17:00 友哥 阅读(163) 评论(0) 推荐(0) 编辑
摘要:nested loop, hash, and sort merge joins 阅读全文
posted @ 2018-10-07 17:48 友哥 阅读(115) 评论(0) 推荐(0) 编辑
摘要:通用、类型安全、模板 简直就是巧夺天工的例子 阅读全文
posted @ 2018-10-03 15:55 友哥 阅读(217) 评论(0) 推荐(0) 编辑
摘要:只重新定义虚函数 阅读全文
posted @ 2018-10-02 21:34 友哥 阅读(131) 评论(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 友哥 阅读(220) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示