代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/295730/8143102
cpp fileencryptdlg.cpp
// fileencryptDlg.cpp : implementation file
//
#include "stdafx.h"
#include "fileencrypt.h"
#include "fileencryptDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/146108/12671043
txt 编辑框控件在程序初始化时注入一个文本文件的内容.txt
编辑框控件在程序初始化时注入一个文本文件的内容
2003-4-23 12:47:33 VCTOP 阅读次数: 19274
编辑框控件在程序初始化时注入一个文本文件的内容
在头文件中加入CString m_LANINFO;
BOOL CMyDlg::OnInitDialog()
{
CDialog::OnInitDialog();
CFile
www.eeworm.com/read/329086/12980780
cpp stdiofileex.cpp
// StdioFileEx.cpp: implementation of the CStdioFileEx class.
//
// Version 1.1 23 August 2003. Incorporated fixes from Dennis Jeryd.
// Version 1.3 19 February 2005. Incorporated fixes Howard J Oh
www.eeworm.com/read/240828/13195616
cpp fileencryptdlg.cpp
// fileencryptDlg.cpp : implementation file
//
#include "stdafx.h"
#include "fileencrypt.h"
#include "fileencryptDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/136002/13879973
cpp jpgvsbmp.cpp
// JpgVSbmp.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "JpgVSbmp.h"
#include "Jpeg.h"
#include "Dib.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/143803/5754316
pl dvi.pl
#
# -*- Perl -*-
# $Id: dvi.pl,v 1.2 2001/01/04 01:57:58 baba Exp $
# Copyright (C) 2000 Namazu Project All rights reserved ,
# This is free software with ABSOLUTELY NO WARRANTY.
#
# This program
www.eeworm.com/read/136072/5873753
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/133772/5899830
tcl heapgen.tcl
#!/bin/bash
# restart using a Tcl shell \
exec sh -c 'for tclshell in tclsh tclsh83 cygtclsh80 ; do \
( echo | $tclshell ) 2> /dev/null && exec $tclshell "`( cygpath -w \"$0\" ) 2> /d
www.eeworm.com/read/106385/6194101
tcl heapgen.tcl
#!/bin/bash
# restart using a Tcl shell \
exec sh -c 'for tclshell in tclsh tclsh83 cygtclsh80 ; do \
( echo | $tclshell ) 2> /dev/null && exec $tclshell "`( cygpath -w \"$0\" ) 2> /de
www.eeworm.com/read/101018/6260743
cpp file.cpp
/*******************************************************************
* Advanced 3D Game Programming using DirectX 9.0
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *