代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/188870/8510303
cpp txtinput.cpp
void COneDlg::OnButton2() //----------------txt数据存入数据库------------
{
CFile f;
CString FilePathName;
CFileException e;
CFileDialog dlg(TRUE,NULL,NULL,0,"txt Files (*.txt)|*.txt||",this);//
www.eeworm.com/read/289938/8515934
cpp global.cpp
#include "global.h"
#include "stdafx.h"
DWORD CALLBACK MyStreamingCallback(DWORD dwCookie,
LPBYTE pbBuff, LONG cb, LONG *pcb)
{
CFile* pFile = (CFile*) dwCookie;
ASSERT_KINDOF(CFile, pFi
www.eeworm.com/read/289938/8515972
cpp codedlg.cpp
// CodeDlg.cpp : implementation file
//
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////
www.eeworm.com/read/289862/8521076
c c_minus.c
#include "globals.h"
#include "util.h"
#include "scan.h"
#include "parse.h"
#include "symtab.h"
#include "analyze.h"
#include "CodeGen.h"
#define NO_ANALYZE FALSE
/* allocate global variab
www.eeworm.com/read/188554/8528813
cpp plotdatastream.cpp
// PlotDataStream.cpp: implementation of the CPlotDataStream class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PlotDataStream.h"
#
www.eeworm.com/read/389217/8541680
cpp imgregdoc.cpp
// IMGRegDoc.cpp : implementation of the CIMGRegDoc class
//
#include "stdafx.h"
#include "IMGReg.h"
#include "IMGRegDoc.h"
#include "GlobalApi.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#un
www.eeworm.com/read/389214/8542157
cpp imageprocessingdoc.cpp
// ImageProcessingDoc.cpp : implementation of the CImageProcessingDoc class
//
#include "stdafx.h"
#include "ImageProcessing.h"
#include "ImageProcessingDoc.h"
#include "GlobalApi.h"
#ifde