static, const, reference and class object, as datamembers

来源:互联网 发布:wifi密码备份软件 编辑:程序博客网 时间:2024/04/30 20:37

 

Output:

 

MyClass constructor, at 0x471520
MyClass constructor, at 0x31F7AC
Constructor
d1:
static: 1
const: 1

MyClass constructor, at 0x471560
MyClass constructor, at 0x31F798
Constructor
d2:
static: 2
const: 2

MyClass constructor, at 0x4715A0
MyClass constructor, at 0x31F784
Copy constructor
static: 3
const: 3

Destructor
static: 3
const: 3

Destructor
static: 2
const: 2

Destructor
static: 1
const: 1