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
Constructs an empty array.
CArray( );
The array grows one element at a time.
CArray<CPoint,CPoint> ptArray;
Header: afxtempl.h