• 大小: 16.37MB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-01-28
  • 语言: C/C++
  • 标签: VC++  MFC  

资源简介

功能详细,简单易懂!分为两个主模块,客户系统和服务器系统,可以在多太机器上运行,共同连接到服务器系统上!

资源截图

代码片段和文件信息

// 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
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CClientApp object

CClientApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CClientApp initialization

BOOL CClientApp::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

CClientDlg 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;
}

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

     文件      21848  2010-12-14 18:14  fuck you\library3最终版\client\client.aps

     文件       1889  2011-02-08 17:05  fuck you\library3最终版\client\client.clw

     文件       2157  2009-07-12 11:17  fuck you\library3最终版\client\client.cpp

     文件       4287  2009-07-12 12:12  fuck you\library3最终版\client\client.dsp

     文件        537  2009-07-12 11:17  fuck you\library3最终版\client\client.dsw

     文件       1324  2009-07-12 11:17  fuck you\library3最终版\client\client.h

     文件      82944  2011-02-08 17:05  fuck you\library3最终版\client\client.ncb

     文件     146944  2011-02-08 17:05  fuck you\library3最终版\client\client.opt

     文件       1011  2010-12-15 21:26  fuck you\library3最终版\client\client.plg

     文件       6289  2010-12-11 10:59  fuck you\library3最终版\client\client.rc

     文件       8598  2010-12-15 20:53  fuck you\library3最终版\client\clientDlg.cpp

     文件       1676  2010-12-15 20:53  fuck you\library3最终版\client\clientDlg.h

     文件     118881  2010-12-15 21:26  fuck you\library3最终版\client\Debug\client.exe

     文件     240716  2010-12-15 21:26  fuck you\library3最终版\client\Debug\client.ilk

     文件      16824  2010-12-14 18:00  fuck you\library3最终版\client\Debug\client.obj

     文件    5565408  2010-12-14 18:00  fuck you\library3最终版\client\Debug\client.pch

     文件     304128  2010-12-15 21:26  fuck you\library3最终版\client\Debug\client.pdb

     文件       3124  2010-12-14 18:00  fuck you\library3最终版\client\Debug\client.res

     文件      48783  2010-12-15 21:26  fuck you\library3最终版\client\Debug\clientDlg.obj

     文件       8316  2010-12-14 18:00  fuck you\library3最终版\client\Debug\MySocket.obj

     文件     106820  2010-12-14 18:00  fuck you\library3最终版\client\Debug\StdAfx.obj

     文件     222208  2011-02-08 17:02  fuck you\library3最终版\client\Debug\vc60.idb

     文件     364544  2010-12-15 21:26  fuck you\library3最终版\client\Debug\vc60.pdb

     文件       1625  2009-07-12 16:35  fuck you\library3最终版\client\MySocket.cpp

     文件       1296  2010-12-12 14:20  fuck you\library3最终版\client\MySocket.h

     文件       3579  2009-07-12 11:17  fuck you\library3最终版\client\ReadMe.txt

     文件       1078  2009-07-12 11:17  fuck you\library3最终版\client\res\client.ico

     文件        398  2009-07-12 11:17  fuck you\library3最终版\client\res\client.rc2

     文件       1235  2010-12-11 10:59  fuck you\library3最终版\client\resource.h

     文件        208  2009-07-12 11:17  fuck you\library3最终版\client\StdAfx.cpp

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

评论

共有 条评论