This method adds the contents of another array to the end of the specified array. The arrays must be of the same type.
If necessary, Append can allocate extra memory to accommodate the elements appended to the array.
Header file: | Afxtempl.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
int Append( const CTypedPtrArray<BASE_CLASS, TYPE>& src );