CArray::Copy

This member function overwrites the elements of one array with the elements of another array.

Syntax

void Copy( 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::Append