CArray::SetAtGrow

This member function sets the array element at the specified index. The array grows automatically if necessary (that is, the upper bound is adjusted to accommodate the new element).

Syntax

void SetAtGrow( int nIndex, 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::GetAt, CArray::SetAt, CArray::ElementAt, CArray::operator []