
COM/DCOM理论深解
文章平均质量分 52
RedStar81
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Don Box:Smart Pointers : What , Why , Which?
What are they?Smart pointers are objects that look and feel like pointers, but are smarter. What does this mean? To look and feel like pointers, smart pointers need to have the same interface that p原创 2003-03-14 10:18:00 · 1696 阅读 · 0 评论 -
C++深度探索系列:智能指针(Smart Pointer) [一]
主题索引:一、剖析C++标准库智能指针(std::auto_ptr) 1.Do you Smart Pointer? 2.std::auto_ptr的设计原理 3.std::auto_ptr高级使用指南 4.你是否觉得std::auto_ptr还不够完美?二、C++条件,寻找构造更强大的智能指针(Smart Pointer)的 策略 1.原创 2003-03-21 17:01:00 · 3697 阅读 · 1 评论 -
C++深度探索系列:智能指针(Smart Pointer) [二]
深度探索智能指针(Smart Pointer)主题索引:一、剖析C++标准库智能指针(std::auto_ptr) 1.Do you Smart Pointer? 2.std::auto_ptr的设计原理 3.std::auto_ptr高级使用指南 4.你是否觉得std::原创 2003-03-21 17:01:00 · 3673 阅读 · 1 评论