代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/392911/8319418
cpp barrecogdoc.cpp
// BarRecogDoc.cpp : implementation of the CBarRecogDoc class
//
#include "stdafx.h"
#include "BarRecog.h"
#include "BarRecogDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/370168/9613391
h logview.h
// Written by JHCC
// LogView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLogView view
class CLogView : public CRowView
{
protecte
www.eeworm.com/read/173459/9656707
+
作者: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/415926/11048295
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/266592/11218222
cpp mypro01.cpp
// File : MFCCON.CPP
// Author : J.J.Hou / Top Studio
// Date : 1997.04.06
// Goal : Fibonacci sequencee, less than 100
// Build : cl /MT mfccon.cpp (/MT means Multithreading)
#include
www.eeworm.com/read/266592/11219317
cpp mfccon.cpp
// File : MFCCON.CPP
// Author : J.J.Hou / Top Studio
// Date : 1997.04.06
// Goal : Fibonacci sequencee, less than 100
// Build : cl /MT mfccon.cpp (/MT means Multithreading)
#include
www.eeworm.com/read/411602/11237398
cpp dibdoc.cpp
// DibDoc.cpp : implementation of the CDibDoc class
//
#include "stdafx.h"
#include "DibLookEx.h"
#include "Dib.h"
#include "DibDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/336105/12476731
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/148132/12490161
prg test.prg
cls
? 'File = '
?? cFile := 'c:\bum\titi\bum\titi\bum\titi.bum'
?
? ' Drv = '
?? pathsplit(cFile,1) // Get drive
? 'Path = '
?? pathsplit(cFile,2) // Get path
? 'Name = '
?? pathsplit(
www.eeworm.com/read/249498/12491490
cpp collectordlg.cpp
// CollectorDlg.cpp : implementation file
//
#include "stdafx.h"
#include "myie.h"
#include "CollectorDlg.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat