資源簡介
P2P局域網聊天(源碼+報告)
代碼片段和文件信息
//?P2Ptalker.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“P2Ptalker.h“
#include?“P2PtalkerDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CP2PtalkerApp
BEGIN_MESSAGE_MAP(CP2PtalkerApp?CWinApp)
//{{AFX_MSG_MAP(CP2PtalkerApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CP2PtalkerApp?construction
CP2PtalkerApp::CP2PtalkerApp()
{
//?TODO:?add
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-06-27?16:04??P2Ptalker\
?????目錄???????????0??2012-06-27?07:24??P2Ptalker\ChatDialog\
?????文件???????37132??2012-06-27?07:01??P2Ptalker\ChatDialog\ChatDialog.aps
?????文件????????2327??2012-06-27?07:24??P2Ptalker\ChatDialog\ChatDialog.clw
?????文件????????2119??2012-06-21?15:00??P2Ptalker\ChatDialog\ChatDialog.cpp
?????文件????????4297??2012-06-27?07:24??P2Ptalker\ChatDialog\ChatDialog.dsp
?????文件????????1368??2012-06-21?15:00??P2Ptalker\ChatDialog\ChatDialog.h
?????文件????????1423??2012-06-27?07:22??P2Ptalker\ChatDialog\ChatDialog.plg
?????文件????????7679??2012-06-27?07:01??P2Ptalker\ChatDialog\ChatDialog.rc
?????文件????????4420??2012-06-27?07:22??P2Ptalker\ChatDialog\ChatDialogDlg.cpp
?????文件????????1483??2012-06-21?15:24??P2Ptalker\ChatDialog\ChatDialogDlg.h
?????目錄???????????0??2012-06-27?07:22??P2Ptalker\ChatDialog\Debug\
?????文件???????12409??2012-06-27?06:35??P2Ptalker\ChatDialog\Debug\ChatDialog.obj
?????文件?????5452668??2012-06-21?15:04??P2Ptalker\ChatDialog\Debug\ChatDialog.pch
?????文件?????4080640??2012-06-27?07:22??P2Ptalker\ChatDialog\Debug\ChatDialog.pdb
?????文件????????9508??2012-06-27?07:01??P2Ptalker\ChatDialog\Debug\ChatDialog.res
?????文件???????23302??2012-06-27?07:22??P2Ptalker\ChatDialog\Debug\ChatDialogDlg.obj
?????文件????????9457??2012-06-27?07:08??P2Ptalker\ChatDialog\Debug\LoginServer.obj
?????文件??????105476??2012-06-21?15:04??P2Ptalker\ChatDialog\Debug\StdAfx.obj
?????文件??????205824??2012-06-27?07:22??P2Ptalker\ChatDialog\Debug\vc60.idb
?????文件??????364544??2012-06-27?07:22??P2Ptalker\ChatDialog\Debug\vc60.pdb
?????文件????????1049??2012-06-27?07:08??P2Ptalker\ChatDialog\LoginServer.cpp
?????文件????????1273??2012-06-27?07:08??P2Ptalker\ChatDialog\LoginServer.h
?????文件????????3651??2012-06-21?15:00??P2Ptalker\ChatDialog\ReadMe.txt
?????目錄???????????0??2012-06-21?15:24??P2Ptalker\ChatDialog\Release\
?????文件????????8017??2012-06-21?15:24??P2Ptalker\ChatDialog\Release\ChatDialog.obj
?????文件?????5589060??2012-06-21?15:21??P2Ptalker\ChatDialog\Release\ChatDialog.pch
?????文件????????8640??2012-06-21?15:21??P2Ptalker\ChatDialog\Release\ChatDialog.res
?????文件???????13583??2012-06-21?15:24??P2Ptalker\ChatDialog\Release\ChatDialogDlg.obj
?????文件?????????720??2012-06-21?15:21??P2Ptalker\ChatDialog\Release\StdAfx.obj
?????文件???????50176??2012-06-21?15:24??P2Ptalker\ChatDialog\Release\vc60.idb
............此處省略54個文件信息
評論
共有 條評論