CArray::Append

This member function adds the contents of one array to the end of another. The arrays must be of the same type.

Syntax

int Append( const CArray& src );

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CArray Overview, CArray Member Functions, CArray::Copy