Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.23 KB

ready-to-use-array-classes.md

File metadata and controls

36 lines (26 loc) · 1.23 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Ready-to-Use Array Classes
Ready-to-Use Array Classes
11/04/2016
vc.classes.array
arrays [MFC], classes
collection classes [MFC], arrays
classes [MFC], array
fdeabf95-2fe7-43a8-8f88-d954133caf52

Ready-to-Use Array Classes

The following classes are ready-to-use array classes.

CByteArray
Stores elements of type BYTE in an array.

CDWordArray
Stores elements of type DWORD in an array.

CObArray
Stores pointers to objects of class CObject or to objects of classes derived from CObject in an array.

CPtrArray
Stores pointers to void (generic pointers) in an array.

CUIntArray
Stores elements of type UINT in an array.

CWordArray
Stores elements of type WORD in an array.

CStringArray
Stores CString objects in an array.

See also

Class Overview