ctypedptrarray.txt
来自「MFC集合类使用说明,简单明了,通俗易懂」· 文本 代码 · 共 13 行
TXT
13 行
Expand the Header Files folder, and open file StdAfx.h.
At the end of the file, type:
#include <afxtempl.h> // MFC templates
///////////////////////////////////////////////////////////////////////////////
CTypedPtrArray < class BASE_CLASS, class TYPE >
BASE_CLASS Base class of the typed pointer array class;
must be an array class (CObArray or CPtrArray).
TYPE Type of the elements stored in the base-class array.
The CTypedPtrArray class provides a type-safe 搘rapper
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?