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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
Constructs an empty array.
CArray( );
The array grows one element at a time.
CArray<CPoint,CPoint> ptArray;
Header: afxtempl.h