-
│ Array.cpp
│ Array.ds w
│ Array.h
│ Array.rc
│ ArrayDlg.cpp
│ ArrayDl...
│ Array.cpp
│ Array.ds w
│ Array.h
│ Array.rc
│ ArrayDlg.cpp
│ ArrayDlg.h
│ ReadMe.txt
│ Resource.h
│ StdAfx.cpp
│ StdAfx.h
│
└─res
Array.ico
Array.rc2
MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的。
MFC定义了数组模板类CArray,并针对各种常用变量类型定义了CByteArray,CWordArray,CUIntArray,CDWordArray,CStringArray,CObArray,CPtrArray。
MFC数组类使用方法基本相同。--- Array.cpp Array.dsp---- Array .dsw . h-- Array.rc ArrayDlg.cpp---- Read ArrayDlg.h Me.txt-- Resource.h StdAfx.cpp---- supply-StdAfx.h res Array.ico Array.rc2 MFC array is an array type of support similar to the regular C Regulation array can store any data type. Conventional C prior to the use of the array must be defined as possible to accommodate all the needs of the elements, MFC array type and the object can be created based on the need to dynamically increase or decrease the threshold array index is 0, and the ceiling i
- 2022-03-07 20:55:03下载
- 积分:1
-
读取foxpro数据的com控件,使用于VB、Delhpi等windows开发环境。
读取foxpro数据的com控件,使用于VB、Delhpi等windows开发环境。-Com to read foxpro data control, for use in VB, Delhpi development environment such as windows.
- 2022-06-01 16:23:33下载
- 积分:1
-
Delphi调用CHM文件。chm文件是标准的Windows帮助文件。
Delphi调用CHM文件。CHM文件是Windows标准帮助文件。-Delphi calls CHM file. CHM file is the standard Windows Help file.
- 2023-09-01 10:45:03下载
- 积分:1
-
一个可以统计指定目录下所有文件字节数的程序
一个可以统计指定目录下所有文件字节数的程序-statistics can be designated a directory of all documents byte of the process
- 2022-03-18 00:31:48下载
- 积分:1
-
墨香itemlist.bin查看器e语言源代码
墨香itemlist.bin查看器
可以按照相同的格式加载skill monster等等
e语言可能报毒请放行
- 2023-08-02 19:55:03下载
- 积分:1
-
一个文本文件读写类,基本的文件操作完成…
一个读写文本文件的类,基本上各种文件操作都齐全了-read and write text files a class, basically documents the operations are complete
- 2022-07-13 07:26:37下载
- 积分:1
-
保存日志,以备后续问题的查找,方便技术人员的沟通
保存日志,以备后续问题的查找,方便技术人员的沟通-To save the log to prepare for follow-up questions to find, to facilitate communication between technical staff
- 2022-05-27 15:26:49下载
- 积分:1
-
VC Windows file quickly find the type of proceedings. A certain reference value!
VC++实现的Windows文件快速查找的类程序。 有一定参考价值!-VC Windows file quickly find the type of proceedings. A certain reference value!
- 2022-04-16 05:01:37下载
- 积分:1
-
通过MFC编制的可以阅读Adobe(pdf)文件的程序插见,是学习文件操作的良好例子....
通过MFC编制的可以阅读Adobe(pdf)文件的程序插见,是学习文件操作的良好例子.-compiled by MFC can read Adobe (pdf) documents, see the interpolation procedures, the operation is to study the documents are good examples.
- 2023-08-17 23:35:03下载
- 积分:1
-
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了...
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了操作大量格式化数组的一种技巧, 一次完成, 无须一个一个地操作。
- 2022-04-19 01:30:45下载
- 积分:1