代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/461619/7223202
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/459976/7259886
h openfile.h
#include "stdafx.h"
#include
BYTE * OpenBMP(CString fileName,long *width,long *height)
{
BYTE * pData;
*width = 0;
*height = 0;
if(fileName=="")
return NULL;
BITMAPINF
www.eeworm.com/read/456311/7351922
cpp baseclasses.cpp
// BaseClasses.cpp: implementation of the CFace class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "chess.h"
#include "BaseClasses.h"
www.eeworm.com/read/454706/7384529
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/451427/7464014
h flate.h
#pragma once
class Flate
{
public:
Flate()
{
}
void Inflate(ISequentialStream* pOutput, ISequentialStream* pInput);
void Deflate(ISequentialStream* pOutput, ISequentialStream* pInput)
www.eeworm.com/read/451290/7467796
cpp baseclasses.cpp
// BaseClasses.cpp: implementation of the CFace class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "chess.h"
#include "BaseClasses.h"
www.eeworm.com/read/441985/7661631
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/441189/7675021
txt vc1.txt
VC++ MFC 使用CStdioFile类来操作文件,是个很简单的例子,有源代码下载。
源代码:
//----- 使用 CStdioFile 类来读取文件 ---- www.5has.com 制作代码 简单例子
CString str, s, s2;
s = s2 = "";
CStdioFile file;
f
www.eeworm.com/read/438954/7718759
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/435691/7786723
cpp fileop.cpp
// FileOP.cpp: implementation of the CFileOP class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FileExample.h"
#include "FileOP.h"