CArray::GetSize

This member function retrieves the size of the array. Since indexes are zero-based, the size is 1 greater than the largest index.

Syntax

int GetSize( ) const;

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::GetUpperBound, CArray::SetSize