资源简介
代码片段和文件信息
// E_7_2_3_1.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “E_7_2_3_1.h“
#include “E_7_2_3_1Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CE_7_2_3_1App
BEGIN_MESSAGE_MAP(CE_7_2_3_1App CWinApp)
//{{AFX_MSG_MAP(CE_7_2_3_1App)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CE_7_2_3_1App construction
CE_7_2_3_1App::CE_7_2_3_1App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CE_7_2_3_1App object
CE_7_2_3_1App theApp;
/////////////////////////////////////////////////////////////////////////////
// CE_7_2_3_1App initialization
BOOL CE_7_2_3_1App::InitInstance()
{
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CE_7_2_3_1Dlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2146391 2020-11-04 21:47 E_7_2_3_1\Debug\E_7_2_3_1.exe
文件 2558020 2020-11-04 21:47 E_7_2_3_1\Debug\E_7_2_3_1.ilk
文件 14581 2020-11-04 19:13 E_7_2_3_1\Debug\E_7_2_3_1.obj
文件 43520 2020-11-18 13:34 E_7_2_3_1\Debug\E_7_2_3_1.opt
文件 5733724 2020-11-04 19:13 E_7_2_3_1\Debug\E_7_2_3_1.pch
文件 4137984 2020-11-04 21:47 E_7_2_3_1\Debug\E_7_2_3_1.pdb
文件 9140 2020-11-04 20:38 E_7_2_3_1\Debug\E_7_2_3_1.res
文件 49348 2020-11-04 21:47 E_7_2_3_1\Debug\E_7_2_3_1Dlg.obj
文件 25600 2020-11-10 19:59 E_7_2_3_1\Debug\E_7_2_3_1Dlg.pdb
文件 106927 2020-11-04 19:13 E_7_2_3_1\Debug\StdAfx.obj
文件 205824 2020-11-10 19:59 E_7_2_3_1\Debug\vc60.idb
文件 364544 2020-11-04 21:47 E_7_2_3_1\Debug\vc60.pdb
文件 36560 2020-11-04 20:38 E_7_2_3_1\E_7_2_3_1.APS
文件 1713 2020-11-04 21:49 E_7_2_3_1\E_7_2_3_1.clw
文件 2199 2020-11-04 18:49 E_7_2_3_1\E_7_2_3_1.cpp
文件 4187 2020-11-04 21:49 E_7_2_3_1\E_7_2_3_1.dsp
文件 526 2020-11-04 21:49 E_7_2_3_1\E_7_2_3_1.dsw
文件 1357 2020-11-04 18:49 E_7_2_3_1\E_7_2_3_1.h
文件 41984 2020-11-04 21:49 E_7_2_3_1\E_7_2_3_1.ncb
文件 48640 2020-11-04 21:49 E_7_2_3_1\E_7_2_3_1.opt
文件 1002 2020-11-04 21:47 E_7_2_3_1\E_7_2_3_1.plg
文件 6225 2020-11-04 20:38 E_7_2_3_1\E_7_2_3_1.rc
文件 13421 2020-11-15 18:26 E_7_2_3_1\E_7_2_3_1Dlg.cpp
文件 3473 2020-11-10 19:59 E_7_2_3_1\E_7_2_3_1Dlg.dsp
文件 532 2020-11-10 22:26 E_7_2_3_1\E_7_2_3_1Dlg.dsw
文件 1694 2020-11-04 19:04 E_7_2_3_1\E_7_2_3_1Dlg.h
文件 33792 2020-11-10 22:26 E_7_2_3_1\E_7_2_3_1Dlg.ncb
文件 48640 2020-11-10 22:26 E_7_2_3_1\E_7_2_3_1Dlg.opt
文件 958 2020-11-10 19:59 E_7_2_3_1\E_7_2_3_1Dlg.plg
文件 3633 2020-11-04 18:49 E_7_2_3_1\ReadMe.txt
............此处省略11个文件信息
- 上一篇:windows网络编程_文件传输
- 下一篇:libnet发送udp和tcp包
相关资源
- opc ua客户端
- TCP服务端和TCP客户端通讯
- ftp工具代码
- 客户消费积分管理系统.cpp
- XX游戏客户端源码
- socket通讯c++源码(客户端+服务端)
- c++开发http服务端+客户端
- C语言数据结构银行客户排队
- 用C++写的FTP客户端
- CAsyncSocket异步实现服务器与客户端
- 网络编程MFC 实验四 FTP客户端功能实现
- 计算机网络课设-邮件客户端实现(含
- 局域网下,手机可以和电脑通过sock
- C语言实现telnet客户端
- TCP实现服务器和多客户端通信
- MFC 实现FTP客户端的上传断点续传
- MFC网络编程服务端和客户端的通讯
- 用C++实现的聊天程序
- 基于linux C/C++和Qt的聊天程序
- 使用JRTPLib基于RTP协议服务器与客户端
- C++多线程网络聊天程序
- 简单的基于MFC的Socket点对点对话客户
- MFC简单的客户端服务器通信软件
- 计算机网络课程实验:FTP协议的实现
- tcp客户端程序之mfc实现
- TCP/IP实现 简易聊天室 C++
- 简单的vc++实现winsock点对点通信
- C++ FTP 源码
- FTP客户端VC实现
- C++做的Ftp服务器
评论
共有 条评论