代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/204471/15338480
cpp fileop.cpp
// FileOP.cpp: implementation of the CFileOP class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FileExample.h"
#include "FileOP.h"
www.eeworm.com/read/200401/15434064
h gifapi.h
typedef struct gifheader
{
BYTE bySignature[3];
BYTE byVersion[3];
} GIFHEADER;
typedef struct gifscrdesc
{
WORD wWidth;
WORD wDepth;
struct globalfl
www.eeworm.com/read/101297/15461279
+
作者: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/113144/15469198
cpp unpressctrl.cpp
// UnpressCtrl.cpp : implementation file
//
#include "stdafx.h"
#include "FuShe.h"
#include "UnpressCtrl.h"
#include "Reference.h"
#include "math.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#u
www.eeworm.com/read/113144/15469229
cpp fusheview.cpp
// FuSheView.cpp : implementation of the CFuSheView class
//
#include "stdafx.h"
#include "FuShe.h"
#include "MainFrm.h"
#include "FuSheDoc.h"
#include "FuSheView.h"
#include "math.h"
#i
www.eeworm.com/read/112193/15491778
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/111407/15512991
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/111367/15514096
cpp tinyxml.cpp
/*
www.sourceforge.net/projects/tinyxml
Original code (2.0 and earlier )copyright (c) 2000-2002 Lee Thomason (www.grinninglizard.com)
This software is provided 'as-is', without any express or implied
www.eeworm.com/read/110870/15523911
cpp baseclasses.cpp
// BaseClasses.cpp: implementation of the CFace class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "chess.h"
#include "BaseClasses.h"
www.eeworm.com/read/110550/15531300
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