Click here to Skip to main content
15,892,005 members
Articles / Programming Languages / C++

Single point construction of hierarchical objects in C++

29 Nov 2010CPOL2 min read 40.8K   33  
Prohibit construction of hierarchical objects both on the heap and on the stack, allow construction from a single construction point in the base class.
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable

Please go to the C++ Table of Contents to view the list of available articles in this section.