Overview
Members
Chapter
Previous
Next
|
|
|
|
Copy constructor
Usage: (assuming that pOriginal is a pointer to a CDXSurface)
CDXSurface copy(*pOriginal);
CDXSurface* pCopy = new CDXSurface(*pOriginal);