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
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Constructs an empty array.
CArray( );
The array grows one element at a time.
CArray<CPoint,CPoint> ptArray;
Header: afxtempl.h