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
c++effective
C++effective
读书笔记(待更新)
本文的代码很重要一、让自己习惯C++条款1,2,3:尽量用const,enum和inline而不用#define(尽量用编译器而不用预处理)条款4确定对象被使用前已先被初始化构造函数对成员变量的初始化是在进入构造函数内之前!如果在构造函数内(会使用passbyvalue),是赋值。前者比较好(效率更高)!总是使用成员初始值列ABEntry::ABEntry(conststring&name,con
vict_wang
·
2020-08-24 16:34
C++
effective
关于new-handler
C++Effective
3e条款49:原文:IftheglobaloperatornewwasabletoallocateenoughmemoryforaWidgetobject,Widget'soperatornewreturnsapointertotheallocatedmemory.Thedestructorfortheobj
shenyan008
·
2010-04-13 14:00
c++ effective心得
c++effective
心得1.Operatoroverloading 一般的: c&c::operator=(constc&){。。。。
C++ Programmer's Cookbook
·
2005-11-09 12: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
其他