OWNER: Demonstrates the C++ new Operator in a DLL

The OWNER application and its dynamic-link library
(OWNERDLL.DLL) explore memory ownership issues and
demonstrate the use of the new operator.

OWNER is a companion application for the "Allocating
Memory the Newfangled Way: The new Operator" technical
article on the Microsoft Developer Network CD.

OWNER was built and tested under Microsoft(R) Windows(TM)
version 3.1.

KEYWORDS: PR-CD2; new operator; delete operator
