資源簡(jiǎn)介
簡(jiǎn)易QQ mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)
支持tcp,udp.聊天功能ok。 請(qǐng)下載前注意:視頻抓取功能有問(wèn)題

代碼片段和文件信息
//?MyQQ.cpp?:?Defines?the?class?behaviors?for?the?application.
//?Download?by?http://www.codefans.net
#include?“stdafx.h“
#include?“MyQQ.h“
#include?“MyQQDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMyQQApp
BEGIN_MESSAGE_MAP(CMyQQApp?CWinApp)
//{{AFX_MSG_MAP(CMyQQApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CMyQQApp?construction
CMyQQApp::CMyQQApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMyQQApp?object
CMyQQApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CMyQQApp?initialization
BOOL?CMyQQApp::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
CMyQQDlg?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;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-02-01?15:33??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\
?????目錄???????????0??2015-02-01?15:33??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\
?????文件????????9994??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\cl.command.1.tlog
?????文件??????130546??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\CL.read.1.tlog
?????文件????????6754??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\CL.write.1.tlog
?????文件???????????2??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\li
?????文件???????????2??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\li
?????文件????????6642??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\li
?????文件???????20822??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\li
?????文件????????5278??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\li
?????文件????????2990??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\mt.command.1.tlog
?????文件????????2870??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\mt.read.1.tlog
?????文件?????????394??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\mt.write.1.tlog
?????文件??????116224??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.exe
?????文件?????????667??2014-11-17?14:40??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.exe.em
?????文件?????????732??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.exe.em
?????文件?????????381??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.exe.intermediate.manifest
?????文件?????1298120??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.ilk
?????文件??????????79??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.lastbuildstate
?????文件????????1261??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.log
?????文件???????27362??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.obj
?????文件????20512768??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.pch
?????文件?????4180992??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.pdb
?????文件????????3348??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ.res
?????文件??????177045??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQDlg.obj
?????文件?????????204??2014-11-17?14:40??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\MyQQ_manifest.rc
?????文件????????4650??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\rc.command.1.tlog
?????文件???????13058??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\rc.read.1.tlog
?????文件????????2370??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\rc.write.1.tlog
?????文件??????558217??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\StdAfx.obj
?????文件?????2182144??2015-02-01?15:31??MyQQ?mfc實(shí)現(xiàn)源碼(學(xué)習(xí)使用的簡(jiǎn)單版本)\Debug\vc100.idb
............此處省略22個(gè)文件信息
評(píng)論
共有 條評(píng)論