• 大小: 51KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: C/C++
  • 标签: VC++/MFC  SOCKET编程  

资源简介

简单点对点文件传输程序,使用SOCKET编程,运行环境为Visual C++ 6.0.

资源截图

代码片段和文件信息

// client.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “client.h“
#include “clientDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CClientApp

BEGIN_MESSAGE_MAP(CClientApp CWinApp)
//{{AFX_MSG_MAP(CClientApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CClientApp construction

CClientApp::CClientApp()
{
// TODO: add construction code here

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      21992  2008-09-07 16:13  client\client.aps

     文件       1778  2008-09-19 20:12  client\client.clw

     文件       2157  2008-07-19 08:29  client\client.cpp

     文件       4282  2008-06-30 19:43  client\client.dsp

     文件        537  2008-07-19 08:29  client\client.dsw

     文件       1324  2008-07-19 08:29  client\client.h

     文件     115712  2008-09-19 20:12  client\client.ncb

     文件       1933  2008-09-19 10:23  client\client.plg

     文件       6462  2008-06-30 19:42  client\client.rc

     文件       1898  2008-06-30 19:30  client\clientDlg.h

     文件       1549  2008-06-30 19:38  client\HelpDlg.cpp

     文件       1162  2008-06-30 19:28  client\HelpDlg.h

     文件       3579  2008-07-19 08:29  client\ReadMe.txt

     文件       1142  2008-06-30 19:30  client\resource.h

     文件        208  2008-07-19 08:29  client\StdAfx.cpp

     文件       1102  2008-07-19 08:29  client\StdAfx.h

     文件      13186  2008-09-07 16:17  client\clientDlg.cpp

     文件      54784  2008-09-19 20:12  client\client.opt

     文件       1078  2008-07-19 08:29  client\res\client.ico

     文件        398  2008-07-19 08:29  client\res\client.rc2

     文件       5373  2008-06-30 21:43  Server\P2PFT.cpp

     文件       4524  2008-07-19 08:02  Server\P2PFT.dsp

     文件        535  2008-07-19 08:02  Server\P2PFT.dsw

     文件      66560  2008-09-19 10:22  Server\P2PFT.ncb

     文件       1899  2008-09-08 22:06  Server\P2PFT.plg

     文件       1202  2008-07-19 08:02  Server\ReadMe.txt

     文件        292  2008-07-19 08:02  Server\StdAfx.cpp

     文件        769  2008-07-19 08:02  Server\StdAfx.h

     文件      53760  2008-09-19 10:22  Server\P2PFT.opt

     文件        170  2008-09-23 20:29  介绍.txt

............此处省略6个文件信息

评论

共有 条评论