代码搜索:CFileException
找到约 161 项符合「CFileException」的源代码
代码结果 161
www.eeworm.com/read/204025/15347443
cpp huffman.cpp
// Huffman.cpp
#include "CompressedFile.h"
#define END_OF_STREAM 256
BOOL CHuffmanFile::Open( const char *pszFileName, unsigned int nOpenFlags, CFileException *pError )
{
m_nCompressionT
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/287943/8659358
cpp huffman.cpp
// Huffman.cpp
#include "stdafx.h"
#include "CompressedFile.h"
#define END_OF_STREAM 256
BOOL CHuffmanFile::Open( const char *pszFileName, unsigned int nOpenFlags, CFileException *pError )
www.eeworm.com/read/431395/8683468
cpp huffman.cpp
// Huffman.cpp
#include "stdafx.h"
#include "CompressedFile.h"
#define END_OF_STREAM 256
BOOL CHuffmanFile::Open( const char *pszFileName, unsigned int nOpenFlags, CFileException *pError )
www.eeworm.com/read/457703/7319948
cpp huffman.cpp
// Huffman.cpp
#include "stdafx.h"
#include "CompressedFile.h"
#define END_OF_STREAM 256
BOOL CHuffmanFile::Open( const char *pszFileName, unsigned int nOpenFlags, CFileException *pError )
www.eeworm.com/read/453907/7405572
cpp huffman.cpp
// Huffman.cpp
#include "stdafx.h"
#include "CompressedFile.h"
#define END_OF_STREAM 256
BOOL CHuffmanFile::Open( const char *pszFileName, unsigned int nOpenFlags, CFileException *pError )
www.eeworm.com/read/215215/15069790
cpp huffman.cpp
// Huffman.cpp
#include "stdafx.h"
#include "CompressedFile.h"
#define END_OF_STREAM 256
BOOL CHuffmanFile::Open( const char *pszFileName, unsigned int nOpenFlags, CFileException *pError )
www.eeworm.com/read/204052/15345840
cpp huffman.cpp
// Huffman.cpp
#include "stdafx.h"
#include "CompressedFile.h"
#define END_OF_STREAM 256
BOOL CHuffmanFile::Open( const char *pszFileName, unsigned int nOpenFlags, CFileException *pError )
www.eeworm.com/read/204025/15347357
cpp huffman.cpp
// Huffman.cpp
#include "stdafx.h"
#include "CompressedFile.h"
#define END_OF_STREAM 256
BOOL CHuffmanFile::Open( const char *pszFileName, unsigned int nOpenFlags, CFileException *pError )
www.eeworm.com/read/102552/15772156
htm subject_31147.htm
序号:31147 发表者:itsme 发表日期:2003-03-01 10:13:46
主题:求助:关于文件读写的问题
内容:问题1: CFile f; CFileException e; char buffer[5]; UINT i