代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/395721/8156011
cpp tga.cpp
// Tga.cpp: implementation of the CTga class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Tga.h"
#ifdef _DEBUG
#undef THIS_FILE
s
www.eeworm.com/read/395721/8156718
cpp tga.cpp
// Tga.cpp: implementation of the CTga class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Tga.h"
#ifdef _DEBUG
#undef THIS_FILE
s
www.eeworm.com/read/392572/8335292
cpp mc3000.cpp
// mc3000.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "mc3000.h"
#include "mc3000Dlg.h"
#include "LogDlg.h"
#include "DirectoryMG.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
www.eeworm.com/read/172253/9715911
cpp tga.cpp
// Tga.cpp: implementation of the CTga class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Tga.h"
#ifdef _DEBUG
#undef THIS_FILE
s
www.eeworm.com/read/172253/9716369
cpp tga.cpp
// Tga.cpp: implementation of the CTga class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Tga.h"
#ifdef _DEBUG
#undef THIS_FILE
s
www.eeworm.com/read/366801/9798746
c ruserpass.c
/*
* Copyright (c) 1985, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/335021/12554768
cpp asdfsd.cpp
// asdfsd.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "asdfsd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/237892/13921466
txt c++ 中关于文件的读入和输出.txt
C++ 中关于文件的读入和输出。
Example : 从in.txt 文件中读入数据,并输出到out.txt中,输出的文件中每行之间有一空行相隔
#include
#include
#include
using namespace std;
int main (int){
string s;
ifstream inf;
www.eeworm.com/read/203704/15352818
c ruserpass.c
/* $Id: ruserpass.c,v 1.7 1997/12/13 20:38:20 pst Exp $ */
/* $NetBSD: ruserpass.c,v 1.14.2.1 1997/11/18 01:02:05 mellon Exp $ */
/*
* Copyright (c) 1985, 1993, 1994
* The Regents of the Unive
www.eeworm.com/read/107429/15607263
cpp secretchatdlg.cpp
// SecretChatDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SecretChat.h"
#include "SecretChatDlg.h"
#include "ClientSocket.h" /*客户机套接字头文件*/
#include "SecretChatDlg.h"
/**