代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/489837/6462460
cpp threadfunc.cpp
#include "StdAfx.h"
#include "ThreadFunc.h"
#include
//获得某个线程要写入文件的开始位和文件块大小
void GetBeginPos(int TotalThreads,int ThreadIndex, long file_length, long &BgPos, long &BlkSize)
{
long
www.eeworm.com/read/482294/6622419
cpp ecfiledlg.cpp
// ecfileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ecfile.h"
#include "ecfileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/479201/6690077
txt text1.txt
FILE *fp;
fp = fopen("c:\temp\test.csv","wt");
fprintf(fp, "%s,%s,%s", f1,f2,f3);
flcose(fp);
CFile
www.eeworm.com/read/410054/11303680
h gifapi.h
typedef struct gifheader
{
BYTE bySignature[3];
BYTE byVersion[3];
} GIFHEADER;
typedef struct gifscrdesc
{
WORD wWidth;
WORD wDepth;
struct globalfl
www.eeworm.com/read/264156/11327463
h dibapi.h
// dibapi.h
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a s
www.eeworm.com/read/409087/11358685
h gifapi.h
typedef struct gifheader
{
BYTE bySignature[3];
BYTE byVersion[3];
} GIFHEADER;
typedef struct gifscrdesc
{
WORD wWidth;
WORD wDepth;
struct globalfl
www.eeworm.com/read/408735/11371975
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Add to any class
/////////////////////////////////////////////////////////////////////
CFile file;
CFileStatus status;
www.eeworm.com/read/408735/11375270
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Modify any class...
/////////////////////////////////////////////////////////////////////
CStdioFile file;
CFileStatus
www.eeworm.com/read/405759/11458144
cpp main.cpp
#include
#include
class CFile
{
private:
FILE* fp;
public:
CFile()
{
fp = NULL;
}
~CFile()
{
//* * 1 * *
}
CFile(char* str,const char *mode="a" )
www.eeworm.com/read/402764/11528592
cpp main.cpp
#include "stdafx.h"
#include "pop3.h"
class CApp : public CWinApp
{
protected:
virtual BOOL InitInstance();
};
CApp theApp;
BOOL CApp::InitInstance()
{
///* //When you want to