CArray::Append

int Append( const CArray& src );

Return Value

The index of the first appended element.

Parameters

src

Source of the elements to be appended to an array.

Remarks

Call this member function to add the contents of one array to the end of another. The arrays must be of the same type.

If necessary, Append may allocate extra memory to accommodate the elements appended to the array.

CArray OverviewClass MembersHierarchy Chart

See Also   CArray::Copy