Welcome![Sign In][Sign Up]
Location:
Search - CStringArray

Search list

[File Operatemfc_array_tutorial

Description: │ 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,
Platform: | Size: 11601 | Author: 青衣 | Hits:

[File Operatemfc_array_tutorial

Description: │ 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,
Platform: | Size: 11264 | Author: 青衣 | Hits:

[OtherParameters

Description: 一个类似于微软的_variant_t类,挺好用的 你觉得在VC里 CString,CStringArray,CByteArray,CArray<>,CList<>,CMap<> 还不够你用或用烦了 试试这个吧-Similar to Microsoft s _variant_t a category, you feel very good use in the VC in CString, CStringArray, CByteArray, CArray <>, CList <>, CMap <> is not enough or you tired of you try this
Platform: | Size: 9216 | Author: sporder | Hits:

[Other[MFC]CStringArrayArray[By-QQ20437023]

Description: MFC CStringArray MFC CStringArray数组类 找了很久都没有这样的东西,自己写了一个.-MFC CStringArrayArray Class
Platform: | Size: 26624 | Author: cadaver | Hits:

[Windows Developym_cpp-maopao-Demo_Sort

Description: 该函数模板使用冒泡法对集合元素进行排序,参数说明:   collection 集合对象,集合对象必须提供 [] 操作。    element 集合元素,该参数的作用仅仅是确定集合元素类型,参数的值没有用,建议取集合的第一个元素。集合,素必须提供复制、赋值和比较操作。   count 集合元素的数目   ascend 表明排序时使用升序(true)还是降序(false),该函数模板支持C++数组以及MFC集合CStringArray、CArray-The function template elements using the bubble sort method of collection, the parameter description: collection Collection object, set object must provide [] operation. element set element, this parameter is simply to determine the collection element type parameter is not used, it is recommended to take the first element of the collection. Collection element must provide the copy, assignment and comparison operations. count the number of elements in the collection used ascend that sort ascending (true) or descending (false), the function template support and the MFC C++ array set CStringArray, CArray
Platform: | Size: 12288 | Author: 林伟 | Hits:

[Data structsDemo_Sort

Description: C++ 排序函数模板源码,MFC程序可用(冒泡) 一个排序可以用的C++函数模板,无意间需要对字符串集合CStringArray进行排序,但标准模板库STL提供的函数模板sort虽然功能强大,不过有些不便-Can be a sort of C++ function template, a collection of unintentionally CStringArray need to sort the string, but the standard template library STL sort function template provided although powerful, but some inconvenience
Platform: | Size: 12288 | Author: xcan | Hits:

[source in ebookVisual-CPP400source-code

Description: Visual C++范例大全 400+的实例源码 光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序操作 实例010——使用Windows API创建程序窗口 实例011——使用AppWizard创建基于文档视图结构MFC应用程序框架 实例012——使用AppWizard建立对话框应用程序框架 实例013——实现查找、替换字符串 实例014——根据指定字符分割字符串 实例015——格式化字符串 实例016——CString字符串的类型转换 实例017——获取当前的日期、时间并格式化输出 实例018——计算某日为星期几 实例019——计算两个时间点的时间间隔 实例020——使用CStringArray类创建和使用字符串数组 实例021——使用CPtrList类创建和使用链表 第2章 实例022——基本键盘操作——判断按键消 -CD-ROM Help 1. Book code of the operating environment 1 Chapter 17 Visual C++ 6.0 2. Instances of source book accompanying CD-ROM Chapter 1 Example 001- C++ classes to achieve multiple inheritance Example 002- run-time implementation using virtual function polymorphism Example 003- operator overloading to achieve compile polymorphism (the plural of the addition operation) Example 004- use the function template to achieve the extreme functions of different data types Example 005- use the C++, formatted data IO Example 006- the amount of Chinese capital Digital Conversion Example 007- Converts a decimal number to binary output Example 008- random number generation Example 009- to achieve the sort operation Example 010- create a window using the Windows API Example 011- use the AppWizard to create the structure based on the document view MFC application framework Example 012- use the AppWizard dialog box application framework e
Platform: | Size: 22657024 | Author: 陈霸天 | Hits:

[OS programStringArray

Description: vc 使用CStringArray类创建和使用字符串数组\StringArray-vc use CStringArray class to create and use string arrays \ StringArray
Platform: | Size: 27648 | Author: 程华意 | Hits:

[Windows DevelopDemo-of-Visual-CPP

Description: 光盘说明 1.本书代码的运行环境 1~17章 Visual C++ 6.0 2.本书所附光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序操作 实例010——使用Windows API创建程序窗口 实例011——使用AppWizard创建基于文档视图结构MFC应用程序框架 实例012——使用AppWizard建立对话框应用程序框架 实例013——实现查找、替换字符串 实例014——根据指定字符分割字符串 实例015——格式化字符串 实例016——CString字符串的类型转换 实例017——获取当前的日期、时间并格式化输出 实例018——计算某日为星期几 实例019——计算两个时间点的时间间隔 实例020——使用CStringArray类创建和使用字符串数组 实例021——使用CPtrList类创建和使用链表 第2章 实例022——基本键盘操作——判断按键消息 实例023-Many demo of Visual C++
Platform: | Size: 52173824 | Author: 李成龙 | Hits:

[GUI DevelopStringArray

Description: vc——使用CStringArray类创建和使用字符串数组\StringArray-vc- Use CStringArray class to create and use string arrays \ StringArray
Platform: | Size: 28672 | Author: | Hits:

[GUI DevelopStringArray

Description: 使用CStringArray类创建和使用字符串数组\StringArray\StringArray.rar,很不错的vc源码,希望对大家有所帮助。-Use CStringArray class to create and use string arrays \ StringArray \ StringArray.rar, very good vc source code, we want to help.
Platform: | Size: 28672 | Author: | Hits:

[Button controlButton-tansparent

Description: Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText OffsetRect CFont SetTextColor SetBkColor DrawText DrawState SendMessage SetWindowText ZeroMemory MultiByteToWideChar CComboBox DragAcceptFiles DragQueryFile LocalAlloc LocalFree DragFinish CStringArray CClientDC SaveDC GetSystemMetrics RestoreDC GetFileType GetPath DeleteObject CStatic MessageBeep SetBkMode GetStockObject RedrawWindow SetCursor SetWindowLong CreateFontIndirect IsWindow GetWindowRect-Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText OffsetRect CFont SetTextColor SetBkColor DrawText DrawState SendMessage SetWindowText ZeroMemory MultiByteToWideChar CComboBox DragAcceptFiles DragQueryFile LocalAlloc LocalFree DragFinish CStringArray CClientDC SaveDC GetSystemMetrics RestoreDC GetFileType GetPath DeleteObject CStatic object as usual the MessageBeep SetBkMode the GetStockObject the RedrawWindow the SetCursor the SetWindowLong the CreateFontIndirect the IsWindow the GetWindowRect
Platform: | Size: 1742848 | Author: cici | Hits:

[GUI DevelopCUseSKin

Description: How to use skin control: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText OffsetRect CFont SetTextColor SetBkColor DrawText DrawState SendMessage SetWindowText ZeroMemory MultiByteToWideChar CComboBox DragAcceptFiles DragQueryFile LocalAlloc LocalFree DragFinish CStringArray CClientDC SaveDC GetSystemMetrics RestoreDC GetFileType GetPath DeleteObject CStatic MessageBeep SetBkMode -How to use skin control: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText OffsetRect CFont SetTextColor SetBkColor DrawText DrawState SendMessage SetWindowText ZeroMemory MultiByteToWideChar CComboBox DragAcceptFiles DragQueryFile LocalAlloc LocalFree DragFinish CStringArray CClientDC SaveDC GetSystemMetrics RestoreDC GetFileType GetPath DeleteObject CStatic MessageBeep SetBkMode
Platform: | Size: 9329664 | Author: cici | Hits:

[OtherCStringArray

Description: 使用CStringArray类创建和使用字符串数组。简单实例-The use CStringArray class to create and use an array of strings. Simple example
Platform: | Size: 35840 | Author: 王立成 | Hits:

[Internet-NetworkshFvjUQrs

Description: 代码是用来实现使用CStringArray类创建和使用字符串数组的程序的源码,好,有需要的朋友可以-The code is used to achieve the to use CStringArray class to create and use an array of strings, the source code of the program, good, need friends can see
Platform: | Size: 30720 | Author: 吕丽芳 | Hits:

[Windows DevelopStringArray

Description: 使用CStringArray类创建和使用字符串数组,VC++精选编程源码,很好的参考。-Use the CStringArray class to create and use an array of strings, VC++ select programming source code, a good reference.
Platform: | Size: 12288 | Author: 清拌蟹肉 | Hits:

[OtherRaffile_MFC

Description: MFC写的随机抽奖程序,主要用了CStringArray,仅供参考。-MFC write random draw process, mainly used CStringArray, for reference only.
Platform: | Size: 352256 | Author: potter | Hits:

[File OperateToolFile

Description: 文件的读写,以及根据文件的绝对路径获取文件名。将CStringArray写入到文件;将文件内容读取到CStringArray-MFC file read and write, as well as the absolute path of the file name. Writes CStringArray to a file reads the file contents to CStringArray
Platform: | Size: 1024 | Author: 吕建超 | Hits:

[OS programParameters

Description: 一个类似于微软的_variant_t类,挺好用的 你觉得在VC里 CString,CStringArray,CByteArray,CArray< > ,CList< > ,CMap< > 还不够你用或用烦了 试试这个吧-Similar to Microsoft s _variant_t a category, you feel very good use in the VC in CString, CStringArray, CByteArray, CArray < > , CList < > , CMap < > is not enough or you tired of you try this
Platform: | Size: 10240 | Author: sai35n189 | Hits:

[File OperatePC6410-V1.0---pudn

Description: 工作中从wince中获取的unicode格式数据,在windows下需要转换,文中提供了多种转换方式。同时使用CStringArray方法对数据进行去重处理。-wince unicode data convert to ansi,use cstringarray process data
Platform: | Size: 34816 | Author: 吕学刚 | Hits:
« 12 »

CodeBus www.codebus.net