代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/252760/12264854
txt fileoperation.txt
1.打开文件
char* pFileName = "test.dat";
CStdioFile f1;
if( !f1.Open( pFileName,CFile::modeRead | CFile::typeText ) ) {
#ifdef _DEBUG
afxDump
www.eeworm.com/read/150034/12323271
cpp showdibdoc.cpp
// ShowDIBDoc.cpp : implementation of the CShowDIBDoc class
//
#include "stdafx.h"
#include "ShowDIB.h"
#include "ShowDIBDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stati
www.eeworm.com/read/251652/12326986
cpp eastdrawdoc.cpp
// EastDrawDoc.cpp : implementation of the CEastDrawDoc class
//
#include "stdafx.h"
#include "EastDraw.h"
#include "EastDrawDoc.h"
#include"EastDrawView.h"
#ifdef _DEBUG
#define new DEBU
www.eeworm.com/read/251581/12332289
cpp ecfiledlg.cpp
// ecfileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ecfile.h"
#include "ecfileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/250986/12370871
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/250860/12381073
c tinyxml.c
/*
* Copyright(C) 2000 EASTCOM-BUPT Inc.
*
* Filename : $RCSfile: tinyxml.C,v $
* Last Revision : $Revision: 1.1.1.1 $
* Last Revision Date : $Date: 2006/07/15 06:43:34 $
* Desc
www.eeworm.com/read/132311/14101601
cpp stringinttree.cpp
#include "stdafx.h"
#include "StringIntTree.h"
// ---------------------- CStringIntTreeNode ---------------------
CStringIntTreeNode::CStringIntTreeNode(LPCTSTR str,int i)
{
mString = new T
www.eeworm.com/read/234158/14120374
cpp bufferoverflow.cpp
// BufferOverflow.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "BufferOverflow.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c
www.eeworm.com/read/131360/14148657
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,*