資源簡介
C++ 利用內存映射實現進程間通信(提高篇-實例537).zip
代碼片段和文件信息
//?ShareMem.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ShareMem.h“
#include?“ShareMemDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CShareMemApp
BEGIN_MESSAGE_MAP(CShareMemApp?CWinApp)
//{{AFX_MSG_MAP(CShareMemApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CShareMemApp?construction
CShareMemApp::CShareMemApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CShareMemApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3615??2007-05-08?08:52??ShareMem\ReadMe.txt
?????文件?????????824??2007-05-08?08:52??ShareMem\resource.h
?????文件????????1224??2007-05-08?08:52??ShareMem\ShareMem.clw
?????文件????????2091??2007-05-08?08:52??ShareMem\ShareMem.cpp
?????文件????????4195??2007-05-08?08:52??ShareMem\ShareMem.dsp
?????文件?????????541??2007-05-08?08:52??ShareMem\ShareMem.dsw
?????文件????????1346??2007-05-08?08:52??ShareMem\ShareMem.h
?????文件???????48640??2013-11-25?10:12??ShareMem\ShareMem.opt
?????文件????????5439??2007-05-08?08:52??ShareMem\ShareMem.rc
?????文件????????4597??2007-05-08?08:52??ShareMem\ShareMemDlg.cpp
?????文件????????1463??2007-05-08?08:52??ShareMem\ShareMemDlg.h
?????文件?????????210??2007-05-08?08:52??ShareMem\StdAfx.cpp
?????文件????????1054??2007-05-08?08:52??ShareMem\StdAfx.h
?????文件????????1078??2007-05-08?08:52??ShareMem\res\ShareMem.ico
?????文件?????????400??2007-05-08?08:52??ShareMem\res\ShareMem.rc2
- 上一篇:C++ 連接加密的Access數據庫
- 下一篇:C++ 利用餅形圖分析產品市場占有率
評論
共有 條評論