• 大小: 1.87MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 标签: VC++  6.0  所有格式  socket  

资源简介

VC++程序 所有格式图片TCP发送与接收程序,socket字节,此为客户端程序。

资源截图

代码片段和文件信息

// 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

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

     文件      21644  2011-06-29 13:26  CLient\CLient.aps

     文件       1567  2011-06-29 13:26  CLient\CLient.clw

     文件       2063  2011-06-25 20:16  CLient\CLient.cpp

     文件       4328  2011-06-25 22:12  CLient\CLient.dsp

     文件        520  2011-06-25 20:16  CLient\CLient.dsw

     文件       1324  2011-06-25 20:16  CLient\CLient.h

     文件      74752  2011-06-29 13:26  CLient\CLient.ncb

     文件      55808  2011-06-29 13:26  CLient\CLient.opt

     文件       1266  2011-06-26 17:32  CLient\CLient.plg

     文件       5945  2011-06-25 21:46  CLient\CLient.rc

     文件       8678  2011-06-26 17:32  CLient\CLientDlg.cpp

     文件       3500  2009-06-11 18:54  CLient\CLientDlg.dsp

     文件        543  2009-06-11 18:54  CLient\CLientDlg.dsw

     文件       1629  2011-06-25 21:45  CLient\CLientDlg.h

     文件      50176  2010-07-05 15:52  CLient\CLientDlg.ncb

     文件      54784  2010-07-05 15:52  CLient\CLientDlg.opt

     文件       1143  2010-07-05 15:54  CLient\CLientDlg.plg

     文件     114798  2011-06-26 17:32  CLient\Debug\Client.exe

     文件     285188  2011-06-26 17:32  CLient\Debug\Client.ilk

     文件      17698  2011-06-25 21:46  CLient\Debug\Client.obj

     文件    5494560  2011-06-25 20:24  CLient\Debug\Client.pch

     文件     402432  2011-06-26 17:32  CLient\Debug\Client.pdb

     文件       2956  2011-06-25 21:46  CLient\Debug\Client.res

     文件      46610  2011-06-26 17:32  CLient\Debug\ClientDlg.obj

     文件     105972  2011-06-25 20:24  CLient\Debug\StdAfx.obj

     文件     222208  2011-06-27 09:28  CLient\Debug\vc60.idb

     文件     372736  2011-06-26 17:32  CLient\Debug\vc60.pdb

     文件       3579  2011-06-25 20:16  CLient\ReadMe.txt

     文件      24576  2010-07-04 23:13  CLient\Release\CLient.exe

     文件      10592  2010-07-04 23:13  CLient\Release\CLient.obj

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

评论

共有 条评论