Call this member function to add a new element to the end of an array, growing the array by one.
int Add( CObject* newElement );
throw( CMemoryException );
Header file: | Afxcoll.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CObArray Overview, CObArray Member Functions, Array Classes, CObArray::SetAt, CObArray::SetAtGrow, CObArray::InsertAt, CObArray::operator []