资源简介
visual c++网络通信编程之多线程下载,很好的完整的项目程序
代码片段和文件信息
// CodeProject.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CodeProject.h“
#include “CodeProjectDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCodeProjectApp
BEGIN_MESSAGE_MAP(CCodeProjectApp CWinApp)
//{{AFX_MSG_MAP(CCodeProjectApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CCodeProjectApp construction
CCodeProjectApp::CCodeProjectApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCodeProjectApp object
CCodeProjectApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCodeProjectApp initialization
BOOL CCodeProjectApp::InitInstance()
{
InitCommonControls();
// 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
CCodeProjectDlg 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 2004-11-23 11:27 多线程下载\
文件 25392 2004-03-22 13:00 多线程下载\CodeProject.aps
文件 1852 2004-03-22 13:00 多线程下载\CodeProject.clw
文件 2124 2004-03-22 13:00 多线程下载\CodeProject.cpp
文件 842240 2004-03-22 13:00 多线程下载\CodeProject.doc
文件 4685 2004-03-22 13:00 多线程下载\CodeProject.dsp
文件 545 2004-03-22 13:00 多线程下载\CodeProject.dsw
文件 1379 2004-03-22 13:00 多线程下载\CodeProject.h
文件 76800 2004-03-22 13:00 多线程下载\CodeProject.ncb
文件 84992 2004-03-22 13:00 多线程下载\CodeProject.opt
文件 1947 2004-03-22 13:00 多线程下载\CodeProject.plg
文件 6012 2004-03-22 13:00 多线程下载\CodeProject.rc
文件 911 2004-03-22 13:00 多线程下载\CodeProject.sln
文件 922 2004-03-22 13:00 多线程下载\CodeProject.sln.old
文件 5528 2004-03-22 13:00 多线程下载\CodeProject.vcproj
文件 5171 2004-03-22 13:00 多线程下载\CodeProject.vcproj.old
文件 21589 2004-03-22 13:00 多线程下载\CodeProjectDlg.cpp
文件 2185 2004-03-22 13:00 多线程下载\CodeProjectDlg.h
目录 0 2004-11-23 11:27 多线程下载\Debug\
文件 3801 2004-03-22 12:59 多线程下载\Debug\BuildLog.htm
文件 176128 2004-03-22 12:59 多线程下载\Debug\CodeProject.exe
文件 1274932 2004-03-22 12:59 多线程下载\Debug\CodeProject.ilk
文件 17691 2004-03-22 12:59 多线程下载\Debug\CodeProject.obj
文件 13762560 2004-03-22 13:00 多线程下载\Debug\CodeProject.pch
文件 3173376 2004-03-22 13:00 多线程下载\Debug\CodeProject.pdb
文件 5524 2004-03-22 13:00 多线程下载\Debug\CodeProject.res
文件 10655 2004-03-22 13:00 多线程下载\Debug\CodeProject.sbr
文件 206333 2004-03-22 13:00 多线程下载\Debug\CodeProjectDlg.obj
文件 31535 2004-03-22 13:00 多线程下载\Debug\CodeProjectDlg.sbr
文件 19917 2004-03-22 13:00 多线程下载\Debug\DlgExplain.obj
文件 2748 2004-03-22 13:00 多线程下载\Debug\DlgExplain.sbr
............此处省略17个文件信息
评论
共有 条评论