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

资源简介

C++ 获取特殊文件夹路径(提高篇-实例057).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetSpecialFolderLocation.h“
#include “GetSpecialFolderLocationDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetSpecialFolderLocationApp

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       21220  2013-10-28 15:24  GetSpecialFolderLocation.aps
     文件        1290  2013-10-28 15:27  GetSpecialFolderLocation.clw
     文件        2315  2013-10-28 15:21  GetSpecialFolderLocation.cpp
     文件        4483  2013-10-28 15:21  GetSpecialFolderLocation.dsp
     文件         571  2013-10-28 15:21  GetSpecialFolderLocation.dsw
     文件        1522  2013-10-28 15:21  GetSpecialFolderLocation.h
     文件       48640  2013-10-28 15:27  GetSpecialFolderLocation.opt
     文件        5394  2013-10-28 15:23  GetSpecialFolderLocation.rc
     文件        4767  2013-10-28 15:22  GetSpecialFolderLocationDlg.cpp
     文件        1572  2013-10-28 15:21  GetSpecialFolderLocationDlg.h
     文件        3903  2013-10-28 15:21  ReadMe.txt
     文件         706  2013-10-28 15:21  Resource.h
     文件         226  2013-10-28 15:21  StdAfx.cpp
     文件        1054  2013-10-28 15:21  StdAfx.h
     文件        1078  2013-10-28 15:21  res\GetSpecialFolderLocation.ico
     文件         416  2013-10-28 15:21  res\GetSpecialFolderLocation.rc2

评论

共有 条评论