搜索资源列表
20040913190255_vczx_clsrwini
- 读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely dig
MFC3_CObject
- mfc的一些应用,对学习C++的人很有帮助,我也是在网上下的,是为了应对上传的任务-mfc the application of the learning C helpful, I am also in the Internet, in order to meet the mandate upload
fstreamsrc
- 《使用 <fstream> 类进行文件的 I/O 处理》 传统的文件 I/O 库如 Unix 的 <io.h> 和 <stdio.h> ,由于其程序接口的原因,在很大程度上强制程序员进行某些处理,缺乏类型安全和国际化支持。C++ 的 <fstream> 库则在文件的 I/O 方面提供了一个增强的、面向对象的、具有国际化意识的库。该程序介绍如何使用这个库进行文件的 I/O 处理并利用它来编写易于跨平台的代码。 大多数 C++ 程序员都熟悉不止
FileCutAndEquipment
- 完成文件分割和分割后的文件重新组装起来,为了减少程序尺寸,所有源代码都本人是用纯粹的c/c++编写的,可执行程序只有200K大小。没有用MFC,因此是命令行界面的。但功能绝对强大,不好用你砍我。-completed document segmentation and segmentation of the files reassembled and procedures in order to reduce size, all source code is purely my c / c pre
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++的常规数组在使用前必须将其定义成能够容纳所有可能需
vc++dllintroduce
- VC++动态链接库编程之基础慨念: Visual C++支持三种DLL,它们分别是Non-MFC DLL(非MFC动态库)、MFC Regular DLL(MFC规则DLL)、MFC Extension DLL(MFC扩展DLL)-VC DLL programming basis for the conception : Visual C support three DLL, They are the Non-MFC DLL (Dynamic Library MFC), MFC Regular
MSXML_Sampale
- C++操作XML的示例!用MFC环境编译。-C operating XML examples! Using MFC environment compiler.
VISUALC++MFC+Example
- VISUAL C++MFC扩展编程实例.rar对于MFC编程的同学来说,是个很好的例子
MyOKFile
- 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
ti
- visual c++ MFC制作的关于DLL调用的例子 体积和面积计算-visual c++ MFC produced by example on the DLL call volume and area
CryptDES
- 基于c++(MFC)的DES加密解密系统,密钥过长时自动进行3DES加密-Based on c++ (MFC) of the DES encryption system
ReadFile
- 本程序用C.C++.MFC三种途径实现了文件的读写操作。-This program demostrate file read/write operation by three method,they are C,C++,MFC.
file
- C++MFC的文件读写操作的源代码包...对新手非常有用
FileInfo
- MFC中关于 文件操作的例子,是<<Visual C++程序模块集锦>> 这本书里面的例子,需要的可以下载参考下-MFC file operations on the example, is < <Visual C++程序模块集锦> > The book inside the case, you can download the information required under! ! !
Test_DownLoad
- (c++ 基于MFC的)一个简单的文件下载程序-(C++ based on MFC) for a simple file download
FileSerialize
- 文件序列化的代码,简单易懂,很实用,c++ MFC。-File Serialize c++.
MFC-FILE
- 基于MFC的文件操作源码,程序基于visual c++软件。-Based on MFC file operation source, the program is based on c++ visual software.
DAO-database-operations-in-MFC
- 对csv文件的读取,并写入access数据库以mdb文件格式保存!在vs2010上可以运行,c++语言编写-The csv file to read, and write access to the to mdb file format to save! In vs2010 can run, c++ language
Ini
- MFC ini 配置文件操作类,可方便的实现对ini文件的读写操作(this is a class for ini file operation)
C++操作Excel
- C++封装Windows下的Excel操作集合,可嵌入MFC