勤能补拙,厚积薄发

合抱之木,生于毫末;九层之台,起于垒土;千里之行,始于足下
随笔 - 19, 文章 - 0, 评论 - 3, 引用 - 0
数据加载中……

Programming Study

my study track
编程之美2.3扩展:寻找3个发帖数>1/4*sum的发帖人
     摘要: 编程之美2.3扩展问题  阅读全文

posted @ 2012-08-12 10:26 lee007 阅读(490) | 评论 (0)  编辑

Effective STL, item 35
     摘要: EffectiveSTL,item35,用STL实现简单的忽略大小写的字符串的比较  阅读全文

posted @ 2012-02-14 15:39 lee007 阅读(346) | 评论 (0)  编辑

More Effective C++ (item29, part1)
     摘要: refence counting, example of String  阅读全文

posted @ 2011-12-19 15:28 lee007 阅读(389) | 评论 (0)  编辑

More Effective C++(item27)
     摘要: request the object generated from heap
  阅读全文

posted @ 2011-12-14 10:58 lee007 阅读(430) | 评论 (0)  编辑

More Effective C++(item26)
     摘要: restrict the object number of a class
  阅读全文

posted @ 2011-12-13 13:50 lee007 阅读(369) | 评论 (0)  编辑

统计英文单词的出现次数(C++)
     摘要: 统计英文词频的方法,使用标准C++  阅读全文

posted @ 2011-12-06 15:56 lee007 阅读(2476) | 评论 (0)  编辑

More Effective C++(item10)
     摘要: prevent resource leaks in constructor
  阅读全文

posted @ 2011-11-24 09:14 lee007 阅读(373) | 评论 (0)  编辑

Effective C++学习(item52)
     摘要: 自定制placement new/delete,又不遮掩全局空间中标准new/delete的方法
  阅读全文

posted @ 2011-11-10 14:27 lee007 阅读(262) | 评论 (0)  编辑

Effective C++学习(item50)
     摘要: 自定制operator new
  阅读全文

posted @ 2011-11-09 10:45 lee007 阅读(316) | 评论 (0)  编辑

Effective C++学习(item49)
     摘要: new_handler()  阅读全文

posted @ 2011-11-08 19:00 lee007 阅读(293) | 评论 (0)  编辑