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

资源简介

C++ 获取系统环境变量(提高篇-实例066).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetEnvironmentStrings.h“
#include “GetEnvironmentStringsDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetEnvironmentStringsApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetEn

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35936  2013-10-29 10:12  GetEnvironmentStrings.aps
     文件        1297  2013-10-29 10:20  GetEnvironmentStrings.clw
     文件        2273  2013-10-29 10:04  GetEnvironmentStrings.cpp
     文件        4429  2013-10-29 10:04  GetEnvironmentStrings.dsp
     文件         565  2013-10-29 10:04  GetEnvironmentStrings.dsw
     文件        1489  2013-10-29 10:04  GetEnvironmentStrings.h
     文件       48640  2013-10-29 10:20  GetEnvironmentStrings.opt
     文件        5473  2013-10-29 10:12  GetEnvironmentStrings.rc
     文件        4598  2013-10-29 10:20  GetEnvironmentStringsDlg.cpp
     文件        1497  2013-10-29 10:10  GetEnvironmentStringsDlg.h
     文件        3849  2013-10-29 10:04  ReadMe.txt
     文件         792  2013-10-29 10:10  Resource.h
     文件         223  2013-10-29 10:04  StdAfx.cpp
     文件        1054  2013-10-29 10:04  StdAfx.h
     文件        1078  2013-10-29 10:04  res\GetEnvironmentStrings.ico
     文件         413  2013-10-29 10:04  res\GetEnvironmentStrings.rc2

评论

共有 条评论