إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Note
The Microsoft Foundation Classes (MFC) library continues to be supported. However, we're no longer adding features or updating the documentation.
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.