资源简介
在vc6.0下开发的一个多人聊天室程序,里面有源码、文档。可用于课设和自己学习。
希望对大家在帮助!!!
代码片段和文件信息
// Client3.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Client3.h“
#include “Client3Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CClient3App
BEGIN_MESSAGE_MAP(CClient3App CWinApp)
//{{AFX_MSG_MAP(CClient3App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CClient3App construction
CClient3App::CClient3App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CClient3App object
CClient3App theApp;
/////////////////////////////////////////////////////////////////////////////
// CClient3App initialization
BOOL CClient3App::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
CClient3Dlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-06-03 10:13 聊天室程序\
目录 0 2012-06-03 10:14 聊天室程序\Client3\
文件 21596 2012-04-09 12:54 聊天室程序\Client3\Client3.aps
文件 1671 2012-04-09 13:06 聊天室程序\Client3\Client3.clw
文件 2171 2012-04-07 17:02 聊天室程序\Client3\Client3.cpp
文件 4181 2012-04-07 17:02 聊天室程序\Client3\Client3.dsp
文件 539 2012-04-07 17:02 聊天室程序\Client3\Client3.dsw
文件 1335 2012-04-07 17:02 聊天室程序\Client3\Client3.h
文件 91136 2012-04-09 13:14 聊天室程序\Client3\Client3.ncb
文件 49664 2012-04-09 13:14 聊天室程序\Client3\Client3.opt
文件 248 2012-04-09 13:14 聊天室程序\Client3\Client3.plg
文件 6237 2012-04-08 18:14 聊天室程序\Client3\Client3.rc
文件 14013 2012-04-08 18:21 聊天室程序\Client3\Client3Dlg.cpp
文件 1690 2012-04-08 17:50 聊天室程序\Client3\Client3Dlg.h
文件 3597 2012-04-07 17:02 聊天室程序\Client3\ReadMe.txt
目录 0 2012-04-09 12:52 聊天室程序\Client3\res\
文件 1144 2012-04-07 17:02 聊天室程序\Client3\resource.h
文件 1078 2012-04-07 17:02 聊天室程序\Client3\res\Client3.ico
文件 399 2012-04-07 17:02 聊天室程序\Client3\res\Client3.rc2
文件 209 2012-04-07 17:02 聊天室程序\Client3\StdAfx.cpp
文件 1102 2012-04-07 17:02 聊天室程序\Client3\StdAfx.h
文件 387777 2012-04-09 13:01 聊天室程序\meinv.jpg
目录 0 2012-06-03 10:15 聊天室程序\Server3\
文件 963 2012-04-07 16:58 聊天室程序\Server3\MyList.cpp
文件 896 2012-04-07 16:58 聊天室程序\Server3\MyList.h
文件 3597 2012-04-07 16:58 聊天室程序\Server3\ReadMe.txt
目录 0 2012-04-09 12:52 聊天室程序\Server3\res\
文件 1144 2012-04-08 18:14 聊天室程序\Server3\resource.h
文件 1078 2012-04-07 16:58 聊天室程序\Server3\res\Server3.ico
文件 399 2012-04-07 16:58 聊天室程序\Server3\res\Server3.rc2
文件 21376 2012-04-09 12:53 聊天室程序\Server3\Server3.aps
............此处省略14个文件信息
相关资源
- GDI+教程C++中文版.pdf
- c++图书管理系统带课程设计论文
- vc++图像处理程序设计104124
- VC++和OpenGL读取3DS文件并显示的完整源
- 考勤管理系统 mfc C++课程设计(附数据
- 人事管理系统 mfc C++课程设计(附数据
- VC++ 实现Diffie-Hellman密钥交换算法
- C++实现用Hopfiled网络解决TSP问题
- CURL C++封装
- C++程序设计_打飞碟
- DH加密C++演示
- Effective Modern C++.mobi
- libstdc++-6.dll
- Visual C++ 6.0数据库系统开发导航
- VC++MFC学生管理系统
- 编译原理 课程设计 DAG 报告+源码C++版
- 一个超完整的医药管理系统C++医药管
- 网络爬虫 C++ Crawler Spider
- 基于c++的图书管理系统
- C++编写植物大战僵尸 源代码
- Virtual Machine Design and Implementation in C
- 简单易懂C++ WebServer接口开发源代码
- P2P聊天软件的C++实现包括语音功能
- 用c++做数据曲线和函数曲线
- c++太空射击代码Opengl
- C++写的报文转发的网关程序
- 傅里叶变换研究|C++源码|带通滤波器
- MFC局域网聊天室C++
- k-means的C++代码vs
- 进程管理模拟 VC++ mfc实现
评论
共有 条评论