CArray::Add

This member function adds a new element to the end of an array, growing the array by one.

Syntax

int Add( ARG_TYPE newElement );
throw( CMemoryException );

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