摘要: //z 不用循环和条件判断打印1-1000 //z 2011-05-24 19:16:07@is2120 #include template struct NumberGeneration{ static void out(std::ostream& o... 阅读全文
posted @ 2011-04-24 23:28 BiG5 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 对于所有人都适用-参考手册 The C++ Programming Language (Bjarne Stroustrup) C++ Standard Library Tutorial and Reference(Nicolai Josuttis) The C++ IO... 阅读全文
posted @ 2011-04-24 23:00 BiG5 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 标准中对于类成员访问有如下说明: 3 If E1 has the type “pointer to class X,” then the expression E1->E2 is converted to the equivalent form (*(E1)).E2; 即对于指向c... 阅读全文
posted @ 2011-04-21 01:48 BiG5 阅读(164) 评论(0) 推荐(0) 编辑