上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页
摘要: X bar() { X xx; return xx; } // compiler generated temporary X __temp0; ( bar( __temp0 ), __temp0 ).memfunc(); 阅读全文
posted @ 2018-10-10 17:00 友哥 阅读(161) 评论(0) 推荐(0) 编辑
摘要: nested loop, hash, and sort merge joins 阅读全文
posted @ 2018-10-07 17:48 友哥 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 通用、类型安全、模板 简直就是巧夺天工的例子 阅读全文
posted @ 2018-10-03 15:55 友哥 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 只重新定义虚函数 阅读全文
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) 编辑
摘要: 否则调用基类指针时,派生类的析构函数没有被使用 阅读全文
posted @ 2018-09-30 11:52 友哥 阅读(183) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2018-09-30 11:31 友哥 阅读(331) 评论(0) 推荐(0) 编辑
摘要: #define LIGHT_SPEED 3e8 // m/sec (in a vacuum) 阅读全文
posted @ 2018-09-30 10:51 友哥 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 赞 阅读全文
posted @ 2018-09-30 10:42 友哥 阅读(236) 评论(0) 推荐(0) 编辑
摘要: sql_set_variables 阅读全文
posted @ 2018-09-29 17:58 友哥 阅读(262) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页