代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/113447/15456077
cpp mydrawboarddoc.cpp
// MyDrawBoardDoc.cpp : implementation of the CMyDrawBoardDoc class
//
#include "stdafx.h"
#include "MyDrawBoard.h"
#include "MyDrawBoardDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#
www.eeworm.com/read/112610/15481897
h cipher.h
#ifndef Cipher_h
#define Cipher_h
#include
using namespace std;
class Cipher{
public:
void Encipher(char* mfile,char* cfile);//virtual=0;
void Decipher(char* cfile,char* dfile)
www.eeworm.com/read/112193/15492142
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/111407/15513355
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/109171/15562341
cpp splitedlg.cpp
// SpliteDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Splite.h"
#include "SpliteDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/108712/15578521
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/108575/15584083
txt [c++] 建立文本文件,写文件的几种方法.txt
1.
HANDLE hFile;
hFile = CreateFile( rxFile,
GENERIC_READ|GENERIC_WRITE,
0,
NULL,
CREATE_ALWAYS,
FILE_ATTRIBUTE_NORMAL,
NULL);
CString str;
www.eeworm.com/read/107429/15607259
cpp secretkeyedit.cpp
// SecretKeyEdit.cpp : implementation file
//
#include "stdafx.h"
#include "secretchat.h"
#include "SecretKeyEdit.h"
#include "RSA.h"
#include "SecretChatDlg.h"
#ifdef _DEBUG
#define new