代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/346597/11736403
cpp dibdoc.cpp
// DibDoc.cpp : implementation of the CDibDoc class
//
#include "stdafx.h"
#include "DibLookEx.h"
#include "Dib.h"
#include "DibDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/345926/11782032
cpp vc0907.cpp
// Example 9.7: 编写一个用于文件拷贝的程序
#include
#include
void main()
{
char SourceName[81];
char DestinName[81];
cout > SourceName;
cout
www.eeworm.com/read/345143/11835671
cpp genrsakey.cpp
// GenRsaKey.cpp : implementation file
//
#include "stdafx.h"
#include "CSPtest.h"
#include "GenRsaKey.h"
//密钥操作类头文件
#include "KeyOperation.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef T
www.eeworm.com/read/155921/11838306
cpp gpsdoc.cpp
// gpsDoc.cpp : CgpsDoc 类的实现
#include "stdafx.h"
#include "gps.h"
#include "gpsDoc.h"
#include ".\gpsdoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CgpsDoc
IMPLEMENT_DYNCRE
www.eeworm.com/read/155415/11875090
cpp archiverecovery.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/154568/11945317
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/153164/12055874
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/254143/12158898
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/253919/12177445
txt text1.txt
FILE *fp;
fp = fopen("c:\temp\test.csv","wt");
fprintf(fp, "%s,%s,%s", f1,f2,f3);
flcose(fp);
CFile