-
│ 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
-
详细介绍在.txt文档中读取数据的方法,初学vc的很有帮助
详细介绍在.txt文档中读取数据的方法,初学vc的很有帮助-Detailed in the introduction. Txt files to read data, the very helpful beginner vc
- 2022-03-01 18:00:13下载
- 积分:1
-
C_C++源程序的格式化软件,控制台界面
C_C++源程序的格式化软件,控制台界面-C_C++ Source formatting software, console interface
- 2022-11-16 02:25:02下载
- 积分:1
-
ASP源码 / 文章管理主要功能如下:
生成HTML文件,
支修用户自已修改模板
管理用户,支持二级用户
管理分类,支持二级分类与后台排序...
ASP源码 / 文章管理主要功能如下:
生成HTML文件,
支修用户自已修改模板
管理用户,支持二级用户
管理分类,支持二级分类与后台排序
添加文章支持图文
管理文章,支持批量删除
-ASP source/articles manage the main functions are as follows : generate HTML documents, Xiu-users themselves to change the templates management users, user management support two classifications, with the support of two classifications Sort add background articles support for the management articles supporting the mass deletion
- 2022-02-11 16:52:28下载
- 积分:1
-
实现对E2P的读写操作,包括底层的具体函数。已经过实际验证。...
实现对E2P的读写操作,包括底层的具体函数。已经过实际验证。-achieve the right E2P write, including the bottom of the specific function. Have been actually tested.
- 2022-02-05 22:37:17下载
- 积分:1
-
文件夹管理类的实现文件,
(1)检查系统目录,不存在则创建
(2)获得根目录,以""结尾
(3)获得windows目录
(4)获得系统目录...
文件夹管理类的实现文件,
(1)检查系统目录,不存在则创建
(2)获得根目录,以""结尾
(3)获得windows目录
(4)获得系统目录
(5)获得临时目录
- 2022-08-31 23:00:03下载
- 积分:1
-
ARM programmer programs 16 hexadecimal BIN conversion of HEX
ARM烧写程序中的BIN转换16进制的HEX-ARM programmer programs 16 hexadecimal BIN conversion of HEX
- 2023-06-18 12:50:03下载
- 积分:1
-
以前写小游戏的时候写的打包工具。这次重写了个GUI界面。附带C++ SDK源代码。 .NET 编译通过。给游戏玩家又一个好的工具,欢迎共同学习,商讨。...
以前写小游戏的时候写的打包工具。这次重写了个GUI界面。附带C++ SDK源代码。 .NET 编译通过。给游戏玩家又一个好的工具,欢迎共同学习,商讨。-before the game was small when written in packing tools. This rewrite of the 000 GUI interface. Fringe C SDK source code. .NET compile. For gamers also a good tool, welcomed the joint study, to discuss.
- 2023-06-02 08:25:03下载
- 积分:1
-
This a design of Full Adder for DLD Students
This a design of Full Adder for DLD Students
- 2022-03-10 02:54:41下载
- 积分:1
-
本程序实现了遍历一个文件夹下所有文件的功能,注意,若输入文件名必须在其后加上"",现时单击"遍历"按钮开始遍历,遍历后的结果将存在下面的列表框中...
本程序实现了遍历一个文件夹下所有文件的功能,注意,若输入文件名必须在其后加上"",现时单击"遍历"按钮开始遍历,遍历后的结果将存在下面的列表框中-realized by the traverse a folder function of all the documents and pay attention, if documents were to be imported in the following words "", click "traverse" button to begin traverse, traverse the result of the existence of the list box below
- 2022-05-06 04:13:50下载
- 积分:1