搜索资源列表
auto_ptr
- C++中只能指针的基本应用,有一定的说明性-C target only the basic application of a certain descr iptive
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备
mySmartPtr
- 一个类似于c++ stl中的auto_ptr,但是功能更加的强大。支持复制构造,并且新构造出来的实例和被复制的实例都拥有资源的操作权力,而且在最后一个拥有资源的实例被析构的时候资源才会被自动的释放
auto_ptr
- 智能指针练习的例子,可以实现动态内存的自动释放
auto_ptr
- 为什么要用这个auto_ptr,一般的C语言指针不够用吗?它是智能的
Delphi2009_Smart_Pointer
- 在Delphi2009中实现类似于STL中auto_ptr的智能指针!关于此智能指针的原理及解释请进入以下网址: http://www.cnblogs.com/felixYeou/archive/2008/09/06/1285806.html
auto_ptr
- C++中只能指针的基本应用,有一定的说明性-C target only the basic application of a certain descr iptive
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备
mySmartPtr
- 一个类似于c++ stl中的auto_ptr,但是功能更加的强大。支持复制构造,并且新构造出来的实例和被复制的实例都拥有资源的操作权力,而且在最后一个拥有资源的实例被析构的时候资源才会被自动的释放-A similar c++ Stl of auto_ptr, but more powerful features. Support copy constructor, and the new structure by copying exa
auto_ptr
- 智能指针练习的例子,可以实现动态内存的自动释放-Practice examples of smart pointer, you can realize the automatic release of dynamic memory
auto_ptr
- 为什么要用这个auto_ptr,一般的C语言指针不够用吗?它是智能的-Why use the auto_ptr, the C language pointer general enough it? It is intelligent
Delphi2009_Smart_Pointer
- 在Delphi2009中实现类似于STL中auto_ptr的智能指针!关于此智能指针的原理及解释请进入以下网址: http://www.cnblogs.com/felixYeou/archive/2008/09/06/1285806.html-Delphi2009 to achieve similar in STL in auto_ptr smart pointer! On the principle of smart pointe
222(1)
- 不能用一个指向"内存不是用new分配的"指针来初始化或者赋值auto_ptr指针-Can not use a point to " new allocation of memory instead of a" pointer to initialize or assign pointer auto_ptr
information_auto_ptr
- 智能指针AUTO_PTR的使用说明,有效解决内存分配中一系列棘手问题。-Auto_ptr smart pointer instructions for use, effective solution to a series of thorny issues in the memory allocation.
win32console
- 类模板,智能指针auto_ptr原理介绍。-class template、auto_ptr、interduce.
auto_ptr
- 一篇关于智能指针的文章,非常不错,建议下载。-An article about smart pointers, very good, recommended to download.
Auto_ptr
- 用C++/C实现的智能指针,对于C++深入学习有一定帮助-With C++/C implementation of smart pointers, for C++-depth study of some help
auto_ptr
- A wrapper class to provide auto_ptr with reference semantics. For example, an auto_ptr can be assigned (or constructed from) the result of a function which returns an auto_ptr by value.
auto_ptr
- Without rvalue references, ptr got copied into the shared_ptr destructor and the copy was destroyed during unwinding. -Without rvalue references, ptr got copied into the shared_ptr destructor and the copy was destroy
auto_ptr
- brief A simple smart pointer providing strict ownership semantics.