資源簡介
C++ HTTP服務器多線程文件下載(提高篇-實例556).zip
代碼片段和文件信息
//?FtpDown.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“FtpDown.h“
#include?“FtpDownDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CFtpDownApp
BEGIN_MESSAGE_MAP(CFtpDownApp?CWinApp)
//{{AFX_MSG_MAP(CFtpDownApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CFtpDownApp?construction
CFtpDownApp::CFtpDownApp()
{
//?TODO:?add?construction?code
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????23444??2013-12-10?16:32??FtpDown\FtpDown.aps
?????文件????????1170??2013-12-10?16:50??FtpDown\FtpDown.clw
?????文件????????2077??2007-05-08?08:52??FtpDown\FtpDown.cpp
?????文件????????4247??2007-05-08?08:52??FtpDown\FtpDown.dsp
?????文件?????????539??2007-05-08?08:52??FtpDown\FtpDown.dsw
?????文件????????1335??2007-05-08?08:52??FtpDown\FtpDown.h
?????文件???????48640??2013-12-10?16:50??FtpDown\FtpDown.opt
?????文件????????5497??2007-05-08?08:52??FtpDown\FtpDown.rc
?????文件????????7111??2013-12-10?16:49??FtpDown\FtpDownDlg.cpp
?????文件????????1814??2007-05-08?08:52??FtpDown\FtpDownDlg.h
?????文件????????3597??2007-05-08?08:52??FtpDown\ReadMe.txt
?????文件?????????822??2007-05-08?08:52??FtpDown\resource.h
?????文件?????????209??2007-05-08?08:52??FtpDown\StdAfx.cpp
?????文件????????1054??2007-05-08?08:52??FtpDown\StdAfx.h
?????文件?????????119??2013-12-10?16:50??FtpDown\說明.txt
?????文件????????1078??2007-05-08?08:52??FtpDown\res\FtpDown.ico
?????文件?????????399??2007-05-08?08:52??FtpDown\res\FtpDown.rc2
?????文件????????2238??2007-05-08?08:52??FtpDown\res\MACFRE~1.ICO
- 上一篇:C++ ba
se64編碼 - 下一篇:C++ SQL Server數據庫備份與恢復
評論
共有 條評論