代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/345926/11782036
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/344872/11855363
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/155415/11876586
h archiverecovery.h
//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/154753/11929887
cpp vbf_compressedpersist.cpp
#include "stdafx.h"
#include "VBF_CompressedPersist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
////////////////////////////////////
www.eeworm.com/read/154567/11945460
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/151451/12209840
cpp dtdaemon.cpp
/*
============================================================================
Name : DTDaemon.cpp
Author :
Version :
Copyright : Your copyright notice
Description : Exe sour
www.eeworm.com/read/151360/12217791
cpp cclientsockdlg.cpp
// CClientSockDlg.cpp : implementation file
//
#include "stdafx.h"
#include "CClientSock.h"
#include "CClientSockDlg.h"
#include "DES.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/252760/12264726
txt file2.txt
void CACSDoc::OnFileCreattext()
{
// TODO: Add your command handler code here
CString str;
CString filename = GetPathName();
if(filename.IsEmpty())
filename = GetTitle() + ".txt";
else