E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
auto_ptr
auto_ptr
再回忆
auto_ptr
再回忆toulouse翻译 注意:本文是转载的,如果你喜欢可以转载,但是必须说明作者和出处。 我刚刚在昨天遇到珍妮,就在人员中转站,现在已经远远在我们脚下了。
timsblogs
·
2006-06-01 11:00
有效运用
auto_ptr
作者:佚名文章来源:不详点击数:更新时间:2005-10-6翻译:elmar本文发表于1999年10月份的C/C++UsersJournal,17(10)很多人听说过标准
auto_ptr
智能指针机制,但并不是每个人都天天使用它
smstone
·
2006-03-17 09:00
C++
工作
delete
auto_ptr
的一个简单例子
然而标准c++中还有一个强大的模版类就是
auto_ptr
,它可以在你不用的时候自动帮你释放内存。下面简单说一下用法。
smstone
·
2006-03-17 09:00
C++
算法
null
delete
指针 引用和
auto_ptr
,论接口参数设计的原则
noiile2005-12-1首先,我们来分析下面一段程序:#include #include usingnamespacestd;classObj { public: Obj(){coutgetName()getName()obj);如果我们不需要拥有对象的生命周期,也不需要修改指针所指的对象,那么我们用常量指针。voidtestGetObj(constObj*obj);如果我们不需要
noiile
·
2005-12-02 10:00
String
delete
Class
iostream
Constructor
编译器
auto_ptr
auto_ptr
(转)
auto_ptr
源码constauto_ptr保证拥有权不能转移的实现原理?
C++ Programmer's Cookbook
·
2005-11-09 12:00
const
auto_ptr
保证拥有权不能转移的实现原理?
在《C++标准程序库》p55,提到了
auto_ptr
使用了一个技巧,能够copy和复制non-constauto_ptr,但不可以copy和复制constatuo_ptr。
力为的技术博客
·
2005-10-24 22:00
小议
auto_ptr
小议
auto_ptr
一直以来都以为
auto_ptr
是个易用的东西,虽然一直都没有用过它.直到昨天,终于用了一下VC版本的
auto_ptr
,结果许多行为令人费解.
greytree
·
2005-04-21 00:00
String
null
delete
Class
iostream
fun
(大卫的阅读笔记)More Effective C++ Item 附2:一个
auto_ptr
的实现实例
David'sNote:Iamnotagoodwriter,andtowriteafullynewarticleisalittlehardforme.Butwritingsomeremarkongoodarticlesmaybealsohelpfulforothersandeasiertome.So,fromnowon,Iwilltrytoaddanewcolumn“David'sReading”
billdavid
·
2004-10-26 18:00
C++
null
delete
Class
编译器
templates
C++ 中的 Singleton 实现
C++中的Singleton实现关键字:ANSIC++,Singleton,staticmember,initialize,
auto_ptr
,std,STL,implement,实现 ANSIC+
jacklondon
·
2004-07-22 09:00
C++
object
delete
Class
iostream
Constructor
shared_ptr源码解读
shared_ptr源码解读
[email protected]
介绍众所周知,
auto_ptr
由于它的破坏性复制语义,无法满足标准容器对元素的要求,因而不能放在标准容器中;如果我们希望当容器析构时能自动把它容纳的指针元素所指的对象删除时
hansoft
·
2004-04-15 16:00
vector
File
delete
Class
reference
Constructor
Effective STL 目录
来代替检查size是否为0条款5:尽量使用范围成员函数代替他们的单元素兄弟条款6:警惕C++的及其令人恼怒的分析条款7:当使用new得指针的容器时,切记在容器销毁前delete那些指针条款8:千万不要把
auto_ptr
AMin2001
·
2003-06-26 10:00
算法
String
vector
Microsoft
iterator
distance
小议
auto_ptr
小议
auto_ptr
一直以来都以为
auto_ptr
是个易用的东西,虽然一直都没有用过它.直到昨天,终于用了一下VC版本的
auto_ptr
,结果许多行为令人费解.
yecao_kinux
·
2003-06-22 11:00
Guru of the Week 条款25:
auto_ptr
);} voidsink(auto_ptrpt){} voidf(){ auto_ptra(source()); sink(source()); sink(
auto_ptr
taodm
·
2002-08-05 10:00
More Effective C++ Item 附2:一个
auto_ptr
的实现实例
一个
auto_ptr
的实现实例ItemsM9、M10、E26、E31和E32证明了
auto_ptr
模板类的非同寻常的作用。不幸的是,目前很少有编译器地提供了一个“正确”的实现(注1)。
taodm
·
2002-03-31 15:00
C++
delete
Class
文档
语言
编译器
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他