CObArray::Add

Call this member function to add a new element to the end of an array, growing the array by one.

Syntax

int Add( CObject* newElement );
throw( CMemoryException );

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::SetAt, CObArray::SetAtGrow, CObArray::InsertAt, CObArray::operator []