CObArray::Copy

Call this member function to overwrite the elements of the given array with the elements of another array of the same type. Copy doesn't free memory; but, if necessary, Copy may allocate extra memory to accommodate the elements copied to the array.

Syntax

int Copy( const CArray& src );

At a Glance

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

See Also

CObArray Overview, CObArray Member Functions, Array Classes, CObArray::Append