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

资源简介

C++ 禁止程序重复运行(提高篇-实例176).zip

资源截图

代码片段和文件信息

// NoRepeat.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “NoRepeat.h“
#include “NoRepeatDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CNoRepeatApp

BEGIN_MESSAGE_MAP(CNoRepeatApp CWinApp)
//{{AFX_MSG_MAP(CNoRepeatApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CNoRepeatApp construction

CNoRepeatApp::CNoRepeatApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         968  2007-08-21 15:46  NoRepeat.clw
     文件        2368  2009-03-06 11:22  NoRepeat.cpp
     文件        4196  2009-03-06 11:21  NoRepeat.dsp
     文件         541  2007-08-21 15:46  NoRepeat.dsw
     文件        1376  2009-03-06 11:21  NoRepeat.h
     文件      291328  2013-12-19 16:06  NoRepeat.opt
     文件        5138  2007-08-21 15:46  NoRepeat.rc
     文件        4144  2007-08-21 15:46  NoRepeatDlg.cpp
     文件        1364  2007-08-21 15:46  NoRepeatDlg.h
     文件        3615  2007-08-21 15:46  ReadMe.txt
     文件         538  2007-08-21 15:46  Resource.h
     文件         210  2007-08-21 15:46  StdAfx.cpp
     文件        1054  2007-08-21 15:46  StdAfx.h
     文件        1078  2007-08-21 15:46  res\NoRepeat.ico
     文件         400  2007-08-21 15:46  res\NoRepeat.rc2

评论

共有 条评论