代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/421635/10722034
cpp vc0906.cpp
//Example 9.6: 编写雇员信息管理程序
#include
#include
#include
class Employee
{
public:
char m_strName[10];
char m_Sex[6];
int m_nAge;
char m_strDept[20];
float
www.eeworm.com/read/275954/10782640
cpp imageprocessingdoc.cpp
// ImageProcessingDoc.cpp : implementation of the CImageProcessingDoc class
//
#include "stdafx.h"
#include "ImageProcessing.h"
#include "ImageProcessingDoc.h"
#include "GlobalApi.h"
#ifde
www.eeworm.com/read/416653/11018547
cpp printer.cpp
#include "stdafx.h"
#include "printer.h"
void CPrinter::SetPort(CString portname)
{
m_PortName=portname;
}
bool CPrinter::Open()
{
TRY
{
if(!CFile::Open(m_PortName.GetBuffer(0),CF
www.eeworm.com/read/186472/6964401
cpp decodesick.cpp
// DecodeSICK.cpp: implementation of the CDecodeSICK class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FReadWrite.h"
#include "Decod
www.eeworm.com/read/261146/7084712
cpp fileexampledlg.cpp
// FileExampleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "FileExample.h"
#include "FileExampleDlg.h"
#include "FileOP.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_
www.eeworm.com/read/261146/7084876
cpp fileexampledlg.cpp
// FileExampleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "FileExample.h"
#include "FileExampleDlg.h"
#include "FileOP.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_
www.eeworm.com/read/214150/7145484
cpp fileexampledlg.cpp
// FileExampleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "FileExample.h"
#include "FileExampleDlg.h"
#include "FileOP.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_
www.eeworm.com/read/214150/7145624
cpp fileexampledlg.cpp
// FileExampleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "FileExample.h"
#include "FileExampleDlg.h"
#include "FileOP.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_
www.eeworm.com/read/251481/7217038
cpp myextdatamodel.cpp
// MyExtDataModel.cpp: implementation of the CMyExtDataModel class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyExtDataModel.h"
#in
www.eeworm.com/read/460492/7248774
c c_minus.c
#include "globals.h"
#include "util.h"
#include "scan.h"
#include "parse.h"
#include "symtab.h"
#include "analyze.h"
#include "CodeGen.h"
#define NO_ANALYZE FALSE
/* allocate global variab