Skip to content

Latest commit

 

History

History
65 lines (56 loc) · 1.6 KB

File metadata and controls

65 lines (56 loc) · 1.6 KB
title Ready-to-Use Array Classes | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.classes.array
dev_langs
C++
helpviewer_keywords
arrays [C++], classes
collection classes, arrays
classes [C++], array
ms.assetid fdeabf95-2fe7-43a8-8f88-d954133caf52
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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