CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - cfile
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - cfile - List
[
VC/MFC
]
kuangjiachuangkou
DL : 0
框架窗口 文 档 模 板 MFC文档读写机制 使用简单数组集合类 建立可序列化的类 文档序列化示例 使用CFile类 一般视图类的使用 文档与视图的相互作用 应用程序对象指针的互调 切 分 窗 口 一 档 多 视-The framework of a window MFC document template document to read and write using a simple array of mechanisms to create a sequence of collections of documents of the type of sample sequence using CFile Class general view class using the document with the view of the interaction between application objects intermodulation pointer segmentation window one file Multi-view
Date
: 2025-12-31
Size
: 501kb
User
:
马刚
[
VC/MFC
]
VC++MFC
DL : 0
WORD版的MFC简明教程,共32页内容,其中有许多MFC源程序。-WORD version of the MFC Concise Guide, a total of 32 elements, many of which MFC source code.
Date
: 2025-12-31
Size
: 53kb
User
:
钝刀
[
VC/MFC
]
lesson12
DL : 0
孙鑫老师VC视频第十二课代码:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-SUN Xin video twelfth class teacher VC code: const char* and char* const distinction. C language of the document to read and write support, FILE pointer text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of paper filter settings. win.ini file and registry read and write methods and related knowledge points.
Date
: 2025-12-31
Size
: 38kb
User
:
shanyingying
[
VC/MFC
]
myread
DL : 0
文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用-Text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of
Date
: 2025-12-31
Size
: 280kb
User
:
周游
[
VC/MFC
]
cfile
DL : 0
使用C语言编写菜单的例子,简单实用,适合新手-The use of C language example of the menu, simple and practical, suitable for novice
Date
: 2025-12-31
Size
: 1kb
User
:
bin
[
VC/MFC
]
Fun1
DL : 0
学生姓名,性别,年龄,家庭住址,电话,电子邮件,爱好等。 在以上基础上进行该文件的读出并可编辑浏览显示。 掌握:文件IO的基本MFC类CFile的用法;基本的数据结构类;简单的事件触发编程原理等。 -Student name, sex, age, home address, telephone, e-mail, hobbies and so on. Based on the above reading of the document and edit the browser display. Grasp: the basic file IO use MFC Class CFile basic types of data structure simple principle such as event-triggered programming.
Date
: 2025-12-31
Size
: 1.84mb
User
:
同
[
VC/MFC
]
05
DL : 0
MFC的对话框空间编程以及CFile类实用代码程序(part 1)-MFC dialog CFile Class space program, as well as practical procedure code (part 1)
Date
: 2025-12-31
Size
: 8.65mb
User
:
[
VC/MFC
]
Read()
DL : 0
用MFC的CFILE类的READ函数读文本文件,判断一行结束的方法-With the MFC-CFILE classes READ function of reading a text file to determine the end line method of
Date
: 2025-12-31
Size
: 1kb
User
:
liye
[
VC/MFC
]
vcfile
DL : 0
主要介绍在VC编程中操作文件的方法主要有两种方式:即利用API函数和MFC的CFile类。-Programming in VC introduced the main methods for manipulating files in two ways: the use of the API functions and MFC CFile class.
Date
: 2025-12-31
Size
: 14kb
User
:
nemyth
[
VC/MFC
]
VC
DL : 0
文件操作是应用程序最为基本的功能之一,Win32 API 和 MFC 均提供有支持文件处理的函数 和类,常用的有 Win32 API 的 CreateFile()、WriteFile()、ReadFile()和 MFC 提供的 CFile 类 等。一般来说,以上这些函数可以满足大多数场合的要求,但是对于某些特殊应用领域所需要的 动辄几十 GB、几百 GB、乃至几 TB 的海量存储,再以通常的文件处理方法进行处理显然是行不通 的。目前,对于上述这种大文件的操作一般是以内存映射文件的方式来加以处理的,本文下面将 针对这种 Windows 核心编程技术展开讨论。 -File operations is the application one of the most basic function, Win32 API and MFC are providing support for document processing functions and classes, commonly used in the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile class provides and so on. In general, these functions can satisfy the requirements of most situations, but for some special applications frequently need several GB, hundreds of GB, and even a few TB of mass storage, then the usual method of dealing with file handling obviously does not work. Currently, for the general operation of such large files is the way memory mapped files to be processed, this article will focus on the following Windows core programming techniques such discussions.
Date
: 2025-12-31
Size
: 207kb
User
:
chenjun
[
VC/MFC
]
file
DL : 0
文档详细介绍了Visual C++中文件的操作,包括C++描述,CFile和CFileFind类的描述等-Document details the files in Visual C++ operations, including C++ description, CFile class and description CFileFind
Date
: 2025-12-31
Size
: 244kb
User
:
金济芳
[
VC/MFC
]
lesson-12
DL : 0
孙鑫VC++教学课程lesson12:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。 -Sun Xin VC++ tutorial lesson12: const char* char* const distinction. C language support for file read and write, the FILE pointer difference between text files and binary files. Way to read and write files with text and Note to the binary mode read and write files. The C++ support, ofstream and ifstream usage of file read and write. Win32 SDK file read and write support for the use of the CreateFile function, WriteFile function, ReadFile function the MFC file reading and writing support use CFile class and CFileDialog file filter settings. win.ini file and read and write registry and related knowledge points.
Date
: 2025-12-31
Size
: 694kb
User
:
谢建伟
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.