搜索资源列表
MEMORY-MANAGE
- 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of
smartptr
- 智能指针,很好的vc支持代码, 适合vc开发人员-smart pointer, good vc support code for developers vc
SmartPointer
- 详细讲解只能指针怎么使用。 并且带有一些不错的例子。-Introduce smart pointer.
SmartPoints
- C++ 智能指针的实现源码,使用引用计数,利用栈空间管理堆中的大型对象,以避免内存泄露.-C++ smart pointer implementation of source code, using reference counting, the use of stack space management of large object heap to avoid memory leaks.
954772iSmart_demo
- 自己写的智能指针,一个非常小的smartPtr的例子-smart pointer example
auto_ptr
- brief A simple smart pointer providing strict ownership semantics.
apply_cref
- A transliterator pointer wrapper that deletes the contained pointer automatically when the wrapper goes out of scope. Sometimes called a janitor or smart pointer . -A transliterator pointer wrapper that deletes the contained pointer automatically w
ScopedLocalRef
- A smart pointer that deletes a JNI local reference when it goes out of scope.
SmartPtr
- 智能指针实现类,支持对象拷贝,支持数组指针,支持STL容器-Smart pointer implementation class, a copy of the object support, support for an array of pointers, STL container support