代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/109038/15567222
cpp cryptfile.cpp
#include "stdafx.h"
#include "cryptfile.h"
BOOL CCryptFile::Open( LPCTSTR lpszFileName, UINT nOpenFlags, CFileException* pError)
{
CFile raw;
// you'd like to test for modeRead, but since
www.eeworm.com/read/108712/15578157
cpp archiverecovery.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/108658/15579928
cpp archiverecovery.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( merkur-@users.sourceforge.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify
www.eeworm.com/read/108575/15584082
txt [c++] cstdiofile读写文本文件.txt
可用CStdioFile,如:(其中WriteString为写入一行,ReadString为读取一行文本)
CStdioFile dataStore;
if (file)
{
CString somecode; //也可采用LPTSTR类型,将不会删除文本中的\n回车符
BOOL bIsOk = data
www.eeworm.com/read/108419/15586412
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/107988/15596964
cpp baseclasses.cpp
// BaseClasses.cpp: implementation of the CFace class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "chess.h"
#include "BaseClasses.h"
www.eeworm.com/read/105954/15651746
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/105842/15658054
cpp datahandle.cpp
// DataHandle.cpp: implementation of the CDataHandle class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Analyse.h"
#include "DataHand