
C/C++技术
文章平均质量分 81
yue621
这个作者很懒,什么都没留下…
展开
-
2# Temporary Objects(临时对象)
Unnecessary temporaries are frequent culprits that can throw all your hard work - and your programs performance - right out the window.ProblemYou are doing a code review. A programmer has writt原创 2005-01-23 13:23:00 · 889 阅读 · 0 评论 -
#1 Variable Initialization(变量初始化)
How many ways are there to initialize variables? Dont forget to watch out for bugs that look like variable initialization, but arent.ProblemWhat is the difference, if any, between the followin原创 2005-01-22 16:14:00 · 1139 阅读 · 0 评论