上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页
摘要: 写文章、写程序都这样 阅读全文
posted @ 2018-10-16 17:04 友哥 阅读(127) 评论(0) 推荐(0)
摘要: X bar() { X xx; return xx; } // compiler generated temporary X __temp0; ( bar( __temp0 ), __temp0 ).memfunc(); 阅读全文
posted @ 2018-10-10 17:00 友哥 阅读(166) 评论(0) 推荐(0)
摘要: nested loop, hash, and sort merge joins 阅读全文
posted @ 2018-10-07 17:48 友哥 阅读(117) 评论(0) 推荐(0)
摘要: 通用、类型安全、模板 简直就是巧夺天工的例子 阅读全文
posted @ 2018-10-03 15:55 友哥 阅读(227) 评论(0) 推荐(0)
摘要: 只重新定义虚函数 阅读全文
posted @ 2018-10-02 21:34 友哥 阅读(133) 评论(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 友哥 阅读(227) 评论(0) 推荐(0)
摘要: 否则调用基类指针时,派生类的析构函数没有被使用 阅读全文
posted @ 2018-09-30 11:52 友哥 阅读(187) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2018-09-30 11:31 友哥 阅读(338) 评论(0) 推荐(0)
摘要: #define LIGHT_SPEED 3e8 // m/sec (in a vacuum) 阅读全文
posted @ 2018-09-30 10:51 友哥 阅读(145) 评论(0) 推荐(0)
摘要: 赞 阅读全文
posted @ 2018-09-30 10:42 友哥 阅读(245) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页