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

资源简介

C++ 创建用户并分配管理员权限(提高篇-实例597).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Administrator.h“
#include “AdministratorDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAdministratorApp

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

/////////////////////////////////////////////////////////////////////////////
// CAdministratorApp construction

CAdministratorApp::CAdministratorApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

///////////////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20872  2013-12-03 09:46  Administrator.aps
     文件        1144  2013-12-03 09:46  Administrator.clw
     文件        2161  2013-12-02 14:16  Administrator.cpp
     文件        4289  2013-12-02 17:14  Administrator.dsp
     文件         549  2013-12-02 14:16  Administrator.dsw
     文件        1401  2013-12-02 14:16  Administrator.h
     文件       48640  2013-12-03 09:46  Administrator.opt
     文件        5263  2013-12-03 09:15  Administrator.rc
     文件        5340  2013-12-03 09:46  AdministratorDlg.cpp
     文件        1446  2013-12-02 14:16  AdministratorDlg.h
     文件        3705  2013-12-02 14:16  ReadMe.txt
     文件         691  2013-12-02 14:18  Resource.h
     文件         215  2013-12-02 14:16  StdAfx.cpp
     文件        1054  2013-12-02 14:16  StdAfx.h
     文件        1078  2013-12-02 14:16  res\Administrator.ico
     文件         405  2013-12-02 14:16  res\Administrator.rc2

评论

共有 条评论