-
CFile.Open()的使用说明
CFile file;
CFileException fe;
//打开文件
if(!file.Open(lpszPathName,CFile::modeRead|CFile::shareDenyWrite,&fe))
{
ReportSaveLoadException(lpszPathName,&fe,FALSE,AFX_IDP_FAILED_TO_OPEN_DOC);
return FALSE;
}
CFIIE类是MFC的文件类的基类,它直接提供无缓冲的二进制 磁盘I/O设备,并且通过它的派生类可以提供对text文件和内存文件的存取。CFILE与CArchive类一起提供对MFC序列化的支持。
- 2022-08-18 11:25:14下载
- 积分:1
-
木蚂蚁的html编辑器,很好用,使用javascript编写
木蚂蚁的html编辑器,很好用,使用javascript编写-wood ants html editor, useful, prepared using javascript
- 2022-01-25 19:12:49下载
- 积分:1
-
A class that makes it easy to implement an INI settings file in your application...
一个类,它使在应用程序中实现INI设置文件变得容易。
- 2022-03-20 01:16:19下载
- 积分:1
-
TXT text segmentation tool, does not produce garbled, CStudioFile category by li...
TXT文本分割工具,不产生乱码,CStudioFile类按行读取,分为按用户设置大小和用户设置分割份数两种方式进行分割-TXT text segmentation tool, does not produce garbled, CStudioFile category by line read, divided into according to user settings and user settings the size of the undivided shares in two ways to partition
- 2023-04-04 06:55:03下载
- 积分:1
-
vc++开发的xml解析程序源代码有利于学习vc++好的程序
vc++开发的xml解析程序源代码有利于学习vc++好的程序-vc++ development xml parser source code conducive to learning vc++ good procedures
- 2022-09-12 22:05:05下载
- 积分:1
-
DBF文件操作类,可以有索引,C++代码,编译为一个DLL工程。其中的OrderDbf.h和OrderDbf.cpp为其他工程使用的一个例子。...
DBF文件操作类,可以有索引,C++代码,编译为一个DLL工程。其中的OrderDbf.h和OrderDbf.cpp为其他工程使用的一个例子。-DBF file operation type, can be indexed and C code, compile to a DLL project. The OrderDbf.h OrderDbf.cpp and other projects for the use of an example.
- 2022-03-21 10:15:09下载
- 积分:1
-
reproduced a configuration file parser. A netizen with, yes, do simple configura...
转载 一个配置文件的解析器。某网友提供,不错,做简单的配置文件还是很方便-reproduced a configuration file parser. A netizen with, yes, do simple configuration files is still very convenient
- 2022-02-21 04:39:31下载
- 积分:1
-
可以直接将数据库资料,写成excel文件。
可以直接将数据库资料,写成excel文件。-directly to the database, document written excel.
- 2022-02-04 07:07:04下载
- 积分:1
-
a very small easy inireader
从国外转来的一个非常简洁的INI 读写文件
本人在里面加了一个判断键是否存在的函数-a very small easy inireader
- 2023-07-31 11:15:03下载
- 积分:1
-
文件合并分离器,平时看到很多文件捆绑器,可是要分析其程序必须要分离,从网上找到的不是太好用,也不可控,就自己做了1个...
文件合并分离器,平时看到很多文件捆绑器,可是要分析其程序必须要分离,从网上找到的不是太好用,也不可控,就自己做了1个-merger document separator, usually see a lot of paper-bound, but should analyze its procedures must be separated from the Internet is not handy, nor controllable, it had become a
- 2022-07-27 02:18:27下载
- 积分:1