资源简介
java完整聊天室系统(源码) java完整聊天室系统(源码)
代码片段和文件信息
// ChatClient.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ChatClient.h“
#include “MainFrm.h“
#include “ChatClientDoc.h“
#include “ChatClientView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChatClientApp
BEGIN_MESSAGE_MAP(CChatClientApp CWinApp)
//{{AFX_MSG_MAP(CChatClientApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWi
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 66404 2006-11-23 10:25 聊天室系统\ChatClient\ChatClient.aps
文件 8013 2006-11-23 10:27 聊天室系统\ChatClient\ChatClient.clw
文件 4827 2004-01-04 15:30 聊天室系统\ChatClient\ChatClient.cpp
文件 6637 2004-01-02 07:47 聊天室系统\ChatClient\ChatClient.dsp
文件 543 2001-07-17 17:20 聊天室系统\ChatClient\ChatClient.dsw
文件 1505 2004-01-02 07:03 聊天室系统\ChatClient\ChatClient.h
文件 287744 2006-11-23 10:27 聊天室系统\ChatClient\ChatClient.ncb
文件 75776 2006-11-23 10:27 聊天室系统\ChatClient\ChatClient.opt
文件 1289 2006-11-23 10:26 聊天室系统\ChatClient\ChatClient.plg
文件 23399 2006-11-23 10:25 聊天室系统\ChatClient\ChatClient.rc
文件 920 2003-11-24 22:49 聊天室系统\ChatClient\ChatClient.sln
..A..HR 9728 2003-11-25 18:59 聊天室系统\ChatClient\ChatClient.suo
文件 5921 2003-11-24 22:49 聊天室系统\ChatClient\ChatClient.vcproj
文件 16011 2006-11-23 10:05 聊天室系统\ChatClient\ChatClientDoc.cpp
文件 2955 2006-11-23 10:27 聊天室系统\ChatClient\ChatClientDoc.h
文件 9334 2006-11-23 10:06 聊天室系统\ChatClient\ChatClientView.cpp
文件 2518 2004-01-02 07:14 聊天室系统\ChatClient\ChatClientView.h
文件 779 2001-07-17 17:21 聊天室系统\ChatClient\ChatSocket.cpp
文件 700 2003-12-07 23:12 聊天室系统\ChatClient\ChatSocket.h
文件 1167 2001-07-17 17:21 聊天室系统\ChatClient\CntrItem.cpp
文件 1606 2001-07-17 17:21 聊天室系统\ChatClient\CntrItem.h
文件 629 2003-12-31 13:13 聊天室系统\ChatClient\CustomerInfo.cpp
文件 724 2003-12-31 13:13 聊天室系统\ChatClient\CustomerInfo.h
文件 5177 2003-12-31 13:13 聊天室系统\ChatClient\li
文件 2009 2003-12-31 13:13 聊天室系统\ChatClient\li
文件 1068 2001-07-17 17:21 聊天室系统\ChatClient\Login.cpp
文件 1220 2001-07-17 17:21 聊天室系统\ChatClient\Login.h
文件 3435 2004-01-01 14:19 聊天室系统\ChatClient\LoginDlg.cpp
文件 2124 2003-12-31 13:13 聊天室系统\ChatClient\LoginDlg.h
文件 921 2006-11-23 10:17 聊天室系统\ChatClient\LoginInfo.cpp
............此处省略259个文件信息
评论
共有 条评论