代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/287213/8704734
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Add to any class
/////////////////////////////////////////////////////////////////////
CFile file;
CFileStatus status;
www.eeworm.com/read/287213/8708828
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Modify any class...
/////////////////////////////////////////////////////////////////////
CStdioFile file;
CFileStatus
www.eeworm.com/read/430101/8766084
h mapmanager.h
#include "StdAfx.h"
#include "TestMfc.h"
class MapManager
{
private:
CFile file;
public:
MapManager();
~MapManager();
void GetMap(int map[][CX],int index); //根据局数得到地图
};
www.eeworm.com/read/187064/8859120
cpp logondialog.cpp
// LogonDialog.cpp : implementation file
//
#include "stdafx.h"
#include "PropertyManager.h"
#include "LogonDialog.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS
www.eeworm.com/read/428125/8893873
h image.h
/***************************************************************/
/*文件名: image.h */
/*文件描述: */
/*相关文件: global.h,
www.eeworm.com/read/382454/9025691
cpp test.cpp
#include "stdio.h"
#include "TEXT.h"
#include "stdlib.h"
#include "memory.h"
#include
void CFile :: open()
{
if((fp=fopen("1.txt","at+"))==NULL)
{
getchar();
exit(1);
www.eeworm.com/read/382454/9025708
h text.h
#include "stdlib.h"
#include "memory.h"
class CFile
{
char c;
FILE *fp;
public:
void open();
void put();
};
www.eeworm.com/read/185050/9059573
h openfile.h
#include "stdafx.h"
#include
BYTE * OpenBMP(CString fileName,long *width,long *height)
{
BYTE * pData;
*width = 0;
*height = 0;
if(fileName=="")
return NULL;
BITMAPINF
www.eeworm.com/read/380731/9130485
cpp texteditview.cpp
// TextEditView.cpp : implementation file
//
#include "stdafx.h"
#include "BmpText.h"
#include "TextEditView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]