資源簡介
C++ 進程間內存共享(提高篇-實例161).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?construc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3615??2007-05-08?08:52??ShareMem\ReadMe.txt
?????文件?????????824??2007-05-08?08:52??ShareMem\resource.h
?????文件???????21008??2013-12-16?13:21??ShareMem\ShareMem.aps
?????文件????????1224??2013-12-16?13:22??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-12-16?13:22??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++ 屏蔽鍵盤POWER鍵
- 下一篇:C++ 獲取當前程序所在路徑
評論
共有 條評論