Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.23 KB

File metadata and controls

36 lines (26 loc) · 1.23 KB
description Learn more about: Ready-to-Use Array Classes
title Ready-to-Use Array Classes
ms.date 11/04/2016
f1_keywords
vc.classes.array
helpviewer_keywords
arrays [MFC], classes
collection classes [MFC], arrays
classes [MFC], array
ms.assetid 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