代码搜索:CFile

找到约 2,096 项符合「CFile」的源代码

代码结果 2,096
www.eeworm.com/read/105841/15658073

cpp datahandle.cpp

// DataHandle.cpp : implementation file // #include "stdafx.h" #include "Analyse.h" #include "DataHandle.h" #include "StructDef.h" #include "time.h" #include "stdio.h" #include "sys/type
www.eeworm.com/read/105160/15676801

txt 基于mfc的大型数据文件处理方法.txt

作者:SKYHORSEBJ email: XUEY@CIDC.COM.CN 日期:2001-7-4 17:30:36 在Visual C++中,MFC(微软基础类库)提供了CFile和CStdio File两个类来进行程序中的文件输入输出操作。Cfile类提供了基于二 进制流的文件操作,功能类似于C语言中的fread()和fwrite()函 数。CStdioFile提供了基于字符串流的
www.eeworm.com/read/104374/15696901

htm index067.htm

www.eeworm.com/read/103852/15718642

cpp baseclasses.cpp

// BaseClasses.cpp: implementation of the CFace class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "chess.h" #include "BaseClasses.h"
www.eeworm.com/read/103726/15725036

cpp lzwfile.cpp

#include "stdafx.h" #include "lzwtable.h" #include "lzwcode.h" #include "lzwfile.h" // this .cpp is not consider try{}catch{} error case const int iFileUsedBufferLength=1024*10; CFile* pfileIn,*
www.eeworm.com/read/102861/15755211

cpp stringinttree.cpp

#include "stdafx.h" #include "StringIntTree.h" // ---------------------- CStringIntTreeNode --------------------- CStringIntTreeNode::CStringIntTreeNode(LPCTSTR str,int i) { mString = new T
www.eeworm.com/read/102552/15771617

htm subject_23774.htm

序号:23774 发表者:lijing2001 发表日期:2002-12-06 13:31:03 主题:新手问题 内容:CFile file;file.Open(fileName,CFile::modeRead);请问,这里的文件打开是指其中的数据?还是指打开可视的文件?
www.eeworm.com/read/102552/15771942

htm subject_30542.htm

序号:30542 发表者:jasic 发表日期:2003-02-24 13:21:33 主题:关于文件异常的一个问题! 内容:我在写文件时总是抛出一个异常!具体是这样写的:          CFile file(PathName,CFile::modeCreate
www.eeworm.com/read/102552/15772156

htm subject_31147.htm

序号:31147 发表者:itsme 发表日期:2003-03-01 10:13:46 主题:求助:关于文件读写的问题 内容:问题1:    CFile f;    CFileException e;    char buffer[5];    UINT i
www.eeworm.com/read/102552/15772310

htm subject_19644.htm

序号:19644 发表者:殷三公子 发表日期:2002-10-30 12:04:57 主题:请教CStringList的串行化问题,谢谢 内容:CStringList的串行化该怎么做? 返回上页