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
shared-ptr
C++ 智能指针
shared-ptr
,unique_ptr和weak-ptr
C++11中的智能指针在C++11中有四种只能指针,auto_ptr,
shared-ptr
,unique_ptr和weak-ptr。其中auto_ptr有和多不足之处,在C++11中已经建议废弃使用。
yhcfly
·
2020-09-16 06:11
C/C++内存管理
C++11
c++11中的智能指针
在C++11中有四种智能指针,auto_ptr,
shared-ptr
,unique_ptr和weak-ptr,其中auto_ptr有许多不足之处,在C++11中已经建议废弃使用。
xiamentingtao
·
2020-07-09 01:17
c++11
The C++ Standard Library --- A Tutorial Reference 读书笔记
例如:structX { inta; }; shared_ptrpx(newX); shared_ptrpi(px,&px->a); weak_ptr是
shared-ptr
的帮手,用来共享但
IT由零开始
·
2016-01-04 17:00
上一页
1
下一页
按字母分类:
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
其他