Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
CArray();
Remarks
Constructs an empty array. The array grows one element at a time.
Example
// declares an array of points
CArray<CPoint,CPoint> ptArray;
CArray Overview | Class Members | Hierarchy Chart
See Also CObArray::CObArray