• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

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

评论

共有 条评论