搜索资源列表
auto_ptr
- 智能指针练习的例子,可以实现动态内存的自动释放
ADO
- 一个ADO的封装类。封装了VC++中的三个智能指针。头文件中有使用说明。
BOOST_any
- BOOST智能指针的例子,与SmartWin++相结合.
多线程管理类及示例程序
- 多个线程的管理, 包括启动启动多个线程, 同时终止多个线程. 面向对象 封装, 智能指针自动释放资源.
loki-0.1.4.rar
- C++库loki-0.1.4,实现了非常优美的智能指针,loki-0.1.4.rar
ADT
- 看了高质量程序设计后对里面的智能指针重载-》运算符很感兴趣 做的测试程序-Read high-quality programming on the smart pointer inside the heavy-duty- Operators are very interested in doing the test procedure
AutoPtr
- 智能指针. new一个对象以后不需要delete, 即可被释放. 利用了对象的构造和析构.-Smart pointer. New future does not need an object delete, can be released. Use of the object structure and destructor.
SmartHandle
- 资源句柄智能指针类,支持一般资源句柄、注册表句柄、文件视图句柄、动态库句柄及文件句柄的动态卸载的能力,防止不小心而造成的内存泄露;-Resources to handle the smart pointer class, general resources to support the handle, registry handles, file handles view, dynamic library file handle and handle the dynamic unloading
00
- VC++下使用ADO编写数据库程序(1)、引入ADO类(2)、初始化COM (3)#import 包含后就可以用3个智能指针了:_ConnectionPtr、_RecordsetPtr和_CommandPtr-VC++ Prepared to use ADO database program (1), the introduction of ADO type (2), to initialize COM (3)# Import contains can be used after three
fastest_smart_pointer
- 撰写您自己的智能指针将专门解决性能问题。当调试结束后,您采取了由此产生的类(命名为: AUTO_REF )试车,到能与其他类似的课程。-write your own smart pointer which will specifically address the performance issue. When debugging was over, you took the resulting class (named: AUTO_REF) to the test track, to go h
SmartPointer
- 自定义智能指针类,内含Beyond the cpp Standard+Library_An+Introduction+to+Boost.chm-Custom smart pointer class, includes Beyond the cpp Standard+ Library_An+ Introduction+ to+ Boost.chm
pointer
- Vc++ 主要讲解智能指针, 对c++学员有用-Vc++ smart pointer to the main talks on the c++ useful for students
VCExcel_data_chart
- 自己编的,通过智能指针而不是通过自动化(Automation)可以读写Microsoft Excel文件,输出数据,并能根据函数画出图表,确实很有用,希望对大家能起到抛砖引玉的作用。-It is about control Microsoft Excel by using ptr,it s usefull for read and write Excel
using_onm_invc
- 用VC编写的COM组件,演示了怎样去调用 并介绍了智能指针的用法-show how to use the com in vc++
SmartPointer
- 智能指针的实现,使用一个辅助类,来实现对象的引用计数-failed to translate
SmartPointer
- 实现C++中的智能指针的应用 能了解如何使用智能指针-To achieve C++, the application of smart pointers to understand how to use smart pointers
any_ptr
- 一个类型安全的通用指针 智能指针的any_ptr可以指向任何类型的对象,提供类型安全的访问。-A Type-safe Generic Pointer
Boost-library-basic
- boost库的使用指南。 如果你想在C++中使用智能指针来管理内存, 可以参考本资料。-Boost library basic
shared_ptr
- 智能指针应用 这是一个值鞥指针应用 只是为了开通至哪个好 行号 和至哪个好 站高(shared point dasfadsfasdfafasdf dasf asdf afdas fasf asdf as)
Smart array
- 用C++在vs2013上实现的最简单的智能指针,采用应用计数的方法(The simplest intelligent pointer implemented by C++ on vs2013, using the method of application counting)
