This member function adds a new element to the end of an array, growing the array by one.
int Add( ARG_TYPE newElement );
throw( CMemoryException );
Header file: | Afxtempl.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CArray Overview, CArray Member Functions, CArray::SetAt, CArray::SetAtGrow, CArray::InsertAt, CArray::operator []