代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/102552/15772689
htm subject_35537.htm
序号:35537 发表者:lijianxu 发表日期:2003-04-07 18:36:48
主题:文件操作的问题?
内容:如何用CFile来打开或保存文件?具体点。谢谢
返回上页访
www.eeworm.com/read/101790/15808906
htm subject_35537.htm
序号:35537 发表者:lijianxu 发表日期:2003-04-07 18:36:48
主题:文件操作的问题?
内容:如何用CFile来打开或保存文件?具体点。谢谢
返回上页访
www.eeworm.com/read/101093/15852669
cpp secretchatdlg.cpp
// SecretChatDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SecretChat.h"
#include "SecretChatDlg.h"
#include "ClientSocket.h" /*客户机套接字头文件*/
#include "SecretChatDlg.h"
/**
www.eeworm.com/read/100906/15862246
cpp stdafx.cpp
//-----------------------------------------------------------------------//
// This is a part of the Multicopier. //
// Autor : Ahmed Ismaiel Zakaria //
// (C) 2002 FCIS Egypt
www.eeworm.com/read/100082/15885797
pass .pass
#.pass This script should be protected, it has all your passwords!
debug "off" # prevent screen echoing of the password!
pause 2
if SERVICE eq "unixforum"
then
set cfile "uni"
set auto "on"
set
www.eeworm.com/read/390404/8466923
txt text1.txt
FILE *fp;
fp = fopen("c:\temp\test.csv","wt");
fprintf(fp, "%s,%s,%s", f1,f2,f3);
flcose(fp);
CFile
www.eeworm.com/read/189294/8480077
cpp ecfiledlg.cpp
// ecfileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ecfile.h"
#include "ecfileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/389842/8496348
txt 新建 文本文档.txt
// ecfileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ecfile.h"
#include "ecfileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FI
www.eeworm.com/read/287962/8656725
txt 基于mfc的大型数据文件处理方法.txt
作者:SKYHORSEBJ
email: XUEY@CIDC.COM.CN
日期:2001-7-4 17:30:36
在Visual C++中,MFC(微软基础类库)提供了CFile和CStdio
File两个类来进行程序中的文件输入输出操作。Cfile类提供了基于二
进制流的文件操作,功能类似于C语言中的fread()和fwrite()函
数。CStdioFile提供了基于字符串流的
www.eeworm.com/read/431726/8658225
cpp threadfunc.cpp
// ThreadFunc.cpp : implementation file
//
#include "stdafx.h"
#include "FileTransferClient.h"
#include "ThreadFunc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS