代码改变世界

随笔档案-2010年11月30日

任何时候都适用的20个C++技巧 <1-4> (The Top 20 C++ Tips of All Time <1-4>)

2010-11-30 14:25 by 凌云健笔, 3016 阅读, 收藏,
摘要: 这些小技巧之所以特别,是因为这些信息通常吧不能在C++书籍或者网站上找到。比如说,成员指针,即使对于高级程序员也是比较棘手,和易于产生bugs的,是应该尽量避免的问题之一。 <翻 by凌云健笔>What makes these tips special is that the information they provide usually cannot be found in C++... 阅读全文