文件名称:mfc_array_tutorial
介绍说明--下载内容来自于网络,使用问题请自行百度
│ 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 is fixed, as can the elements increases, the array of memory addresses are still continuous distribution. MFC defines a template array CArray category, and a variety of commonly used types of variables defined CByteArray, CWordArray. CUIntArray,
│ 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 is fixed, as can the elements increases, the array of memory addresses are still continuous distribution. MFC defines a template array CArray category, and a variety of commonly used types of variables defined CByteArray, CWordArray. CUIntArray,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MFC_Array_Tutorial
MFC_Array_Tutorial/Array.cpp
MFC_Array_Tutorial/Array.dsp
MFC_Array_Tutorial/Array.dsw
MFC_Array_Tutorial/Array.h
MFC_Array_Tutorial/Array.rc
MFC_Array_Tutorial/ArrayDlg.cpp
MFC_Array_Tutorial/ArrayDlg.h
MFC_Array_Tutorial/ReadMe.txt
MFC_Array_Tutorial/res
MFC_Array_Tutorial/res/Array.ico
MFC_Array_Tutorial/res/Array.rc2
MFC_Array_Tutorial/Resource.h
MFC_Array_Tutorial/StdAfx.cpp
MFC_Array_Tutorial/StdAfx.h
www.dssz.com.txt
MFC_Array_Tutorial/Array.cpp
MFC_Array_Tutorial/Array.dsp
MFC_Array_Tutorial/Array.dsw
MFC_Array_Tutorial/Array.h
MFC_Array_Tutorial/Array.rc
MFC_Array_Tutorial/ArrayDlg.cpp
MFC_Array_Tutorial/ArrayDlg.h
MFC_Array_Tutorial/ReadMe.txt
MFC_Array_Tutorial/res
MFC_Array_Tutorial/res/Array.ico
MFC_Array_Tutorial/res/Array.rc2
MFC_Array_Tutorial/Resource.h
MFC_Array_Tutorial/StdAfx.cpp
MFC_Array_Tutorial/StdAfx.h
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.