Two Phase Construction
This document introduces two phase construction.
CBase-derived classes and two-phase construction
This document describes the need for two-phase construction and how to use second phase constructors.
How to implement two-phase construction
This doccument illustrates two-phase construction with example code.
How to implement and use NewLC()
This document describes how to destroy objects created with
NewLC()
.
How to write a derived class with two-phase construction
This document illustrates how to implement two-phase construction in a derived class with example code.