CArray::CArray
Constructs an empty array.
CArray( );
Remarks
The array grows one element at a time.
Example
CArray<CPoint,CPoint> ptArray;
Requirements
Header: afxtempl.h
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Constructs an empty array.
CArray( );
The array grows one element at a time.
CArray<CPoint,CPoint> ptArray;
Header: afxtempl.h