代码搜索:CFileException

找到约 161 项符合「CFileException」的源代码

代码结果 161
www.eeworm.com/read/412464/11199243

cpp ihelper.cpp

/* This sample application and corresponding sample code is provided * for example purposes only. It has not undergone rigorous testing * and as such should not be shipped as part of a final ap
www.eeworm.com/read/147113/12581951

h ihelper.h

/* This sample application and corresponding sample code is provided * for example purposes only. It has not undergone rigorous testing * and as such should not be shipped as part of a final ap
www.eeworm.com/read/147113/12582013

cpp ihelper.cpp

/* This sample application and corresponding sample code is provided * for example purposes only. It has not undergone rigorous testing * and as such should not be shipped as part of a final ap
www.eeworm.com/read/132858/14071005

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/109038/15567222

cpp cryptfile.cpp

#include "stdafx.h" #include "cryptfile.h" BOOL CCryptFile::Open( LPCTSTR lpszFileName, UINT nOpenFlags, CFileException* pError) { CFile raw; // you'd like to test for modeRead, but since
www.eeworm.com/read/109038/15567223

h cryptfile.h

class CCryptFile : public CMemFile { protected: CString basefile; // real file name public: BOOL Open( LPCTSTR lpszFileName, UINT nOpenFlags, CFileException* pError = NULL ); void Close( ); };
www.eeworm.com/read/104484/15691124

cpp helpers.cpp

// Helpers.cpp: implementation of the CHelpers class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Helpers.h" #ifdef _DEBUG #undef
www.eeworm.com/read/101790/15808763

htm subject_36483.htm

序号:36483 发表者:jz 发表日期:2003-04-15 21:59:10 主题:文件操作,怎么捕获异常? 内容:往磁盘上写文件,当磁盘满时,程序异常退出,怎么能让我自己控制,发现后提示磁盘空间以满 返回上页
www.eeworm.com/read/101237/15840311

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/100672/15867698

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