AlexusLi
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
posts - 109, comments - 54, trackbacks - 0
公告
04 2009 档案
条款23: 必须返回一个对象时不要试图返回一个引用
posted @
2009-04-22 16:27
AlexusLi 阅读(99) |
评论 (0)
编辑
条款15: 让operator=返回*this的引用
posted @
2009-04-17 17:29
AlexusLi 阅读(87) |
评论 (0)
编辑
条款14: 确定基类有虚析构函数
posted @
2009-04-17 15:35
AlexusLi 阅读(88) |
评论 (0)
编辑
条款13: 初始化列表中成员列出的顺序和它们在类中声明的顺序相同
posted @
2009-04-17 15:07
AlexusLi 阅读(90) |
评论 (0)
编辑
条款12: 尽量使用初始化而不要在构造函数里赋值
posted @
2009-04-17 12:19
AlexusLi 阅读(114) |
评论 (0)
编辑
条款11: 为需要动态分配内存的类声明一个拷贝构造函数和一个赋值操作符
posted @
2009-04-17 11:45
AlexusLi 阅读(93) |
评论 (0)
编辑
Disable Close X button in Winforms using C#
posted @
2009-04-14 16:38
AlexusLi 阅读(402) |
评论 (0)
编辑
对应的new和delete要采用相同的形式
posted @
2009-04-13 12:28
AlexusLi 阅读(41) |
评论 (0)
编辑
选择排序(copy from baidu)
posted @
2009-04-08 13:41
AlexusLi 阅读(82) |
评论 (1)
编辑
快速排序随即主元法
posted @
2009-04-08 12:20
AlexusLi 阅读(227) |
评论 (0)
编辑
冒泡排序的算法分析与改进
posted @
2009-04-08 11:41
AlexusLi 阅读(91) |
评论 (0)
编辑
Understanding Triggers
posted @
2009-04-01 16:21
AlexusLi 阅读(32) |
评论 (0)
编辑
Understanding Indexes
posted @
2009-04-01 16:20
AlexusLi 阅读(105) |
评论 (0)
编辑