The CArray class supports arrays that are similar to C arrays, but can dynamically shrink and grow as necessary.
template< class TYPE, class ARG_TYPE > class CArray : public CObject
Header file: | Afxtempl.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CArray Member Functions, CArray Operators, CObArray