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

资源简介

C++ 获得Windows和System的路径(提高篇-实例056).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetSpeDir.h“
#include “GetSpeDirDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetSpeDirApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetSpeDirApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CGetSpeDirAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1139  2007-05-08 08:49  GetSpeDir\GetSpeDir.clw
     文件        2105  2007-05-08 08:49  GetSpeDir\GetSpeDir.cpp
     文件        4213  2007-05-08 08:49  GetSpeDir\GetSpeDir.dsp
     文件         543  2007-05-08 08:49  GetSpeDir\GetSpeDir.dsw
     文件        1357  2007-05-08 08:49  GetSpeDir\GetSpeDir.h
     文件       48640  2013-10-28 14:59  GetSpeDir\GetSpeDir.opt
     文件        5379  2007-05-08 08:49  GetSpeDir\GetSpeDir.rc
     文件        4447  2007-05-08 08:49  GetSpeDir\GetSpeDirDlg.cpp
     文件        1375  2007-05-08 08:49  GetSpeDir\GetSpeDirDlg.h
     文件         733  2007-05-08 08:49  GetSpeDir\resource.h
     文件         211  2007-05-08 08:49  GetSpeDir\StdAfx.cpp
     文件        1054  2007-05-08 08:49  GetSpeDir\StdAfx.h
     文件        1078  2007-05-08 08:49  GetSpeDir\res\GetSpeDir.ico
     文件         401  2007-05-08 08:49  GetSpeDir\res\GetSpeDir.rc2

评论

共有 条评论