資源簡介
C++ 郵件接收程序(提高篇-實例557).zip
代碼片段和文件信息
//?ReceiveMail.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ReceiveMail.h“
#include?“ReceiveMailDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CReceiveMailApp
BEGIN_MESSAGE_MAP(CReceiveMailApp?CWinApp)
//{{AFX_MSG_MAP(CReceiveMailApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CReceiveMailApp?construction
CReceiveMailApp::CReceiveMailApp()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????361984??2013-12-27?16:29??jmail.dll
?????文件???????55404??2013-12-27?16:29??jmail.tlh
?????文件???????57199??2013-12-27?16:29??jmail.tli
?????文件???????21168??2013-12-27?16:36??ReceiveMail.aps
?????文件????????1379??2013-12-27?16:45??ReceiveMail.clw
?????文件????????2133??2007-05-08?08:52??ReceiveMail.cpp
?????文件????????4249??2007-05-08?08:52??ReceiveMail.dsp
?????文件?????????547??2007-05-08?08:52??ReceiveMail.dsw
?????文件????????1379??2007-05-08?08:52??ReceiveMail.h
?????文件??????290304??2013-12-27?16:45??ReceiveMail.opt
?????文件????????5676??2007-05-08?08:52??ReceiveMail.rc
?????文件????????5760??2008-12-17?15:00??ReceiveMailDlg.cpp
?????文件????????1454??2007-05-08?08:52??ReceiveMailDlg.h
?????文件????????1011??2007-05-08?08:52??resource.h
?????文件?????????213??2007-05-08?08:52??StdAfx.cpp
?????文件????????1097??2007-05-08?08:52??StdAfx.h
?????文件?????????132??2013-12-27?16:48??程序使用說明.txt
?????文件????????1078??2007-05-08?08:52??res\ReceiveMail.ico
?????文件?????????403??2007-05-08?08:52??res\ReceiveMail.rc2
?????文件????????6144??2009-03-05?12:54??res\Thumbs.db
評論
共有 條評論