CTypedPtrArray::Add

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

Syntax

int Add( TYPE newElement );

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CTypedPtrArray Overview, CTypedPtrArray Member Functions, Typed Template Collections, CObArray::Add