代码搜索:CFileException
找到约 161 项符合「CFileException」的源代码
代码结果 161
www.eeworm.com/read/100316/15877254
txt readme.txt
Zip and unzip in a MFC way.
Gilles Vollant did a great job writing zip.c and unzip.c (IO on .zip files using zlib), which are distributed with the zlib library. However using them in a program is
www.eeworm.com/read/177682/9441263
cpp testview.cpp
// TestView.cpp : CTestView 类的实现
//
#include "stdafx.h"
#include "Test.h"
#include "TestDoc.h"
#include "TestView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CTestView
IMPLE
www.eeworm.com/read/350121/10770748
cpp myfileview.cpp
// MyFileView.cpp : implementation of the CMyFileView class
//
#include "stdafx.h"
#include "MyFile.h"
#include "MyFileDoc.h"
#include "MyFileView.h"
#ifdef _DEBUG
#define new DEBUG_N
www.eeworm.com/read/483985/6588643
cpp except.cpp
// except.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "except.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/170054/9821970
h ltfile.h
// Curve.h: interface for the CCurve class.
// Copyright 济南路通科技开发有限责任公司
// mailto: lutong_jn@sina.com
//=====================================================================================
www.eeworm.com/read/425896/10311067
cpp snimacbin.cpp
// SnimacBin.cpp: implementation of the CSnimacBin class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SnimacBin.h"
#include "Win32F
www.eeworm.com/read/462308/7203146
cpp helpers.cpp
// Helpers.cpp: implementation of the CHelpers class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Helpers.h"
#ifdef _DEBUG
#undef
www.eeworm.com/read/332034/12784306
txt 删除一个文件.txt
删除一个文件
//example for CFile::Remove
char* pFileName = "test.dat";
TRY
{
CFile::Remove( pFileName );
}
CATCH( CFileException,e)
{
#ifdef _DEBUG
afxDump
www.eeworm.com/read/241075/13171058
cpp fileoperaton.cpp
#include "StdAfx.h"
#include "FileOperation.h"
FileOperation::FileOperation()
{
}
FileOperation::~FileOperation()
{
}
BOOL FileOperation::setFileName( CString csFN )
{
m_csFileNam
www.eeworm.com/read/137518/13317521
cpp gen.cpp
////////////////////////////////////////////////////
// Gen.cpp--implement of CGenFile
//
#include "stdafx.h"
#include "string.h"
#include "tchar.h"
#include "gen.h"
#include "project.h"
#in