资源简介
记事本开发 ,有详细的代码注释,几乎每一句都注释了
代码片段和文件信息
// About.cpp : implementation file
//
#include “stdafx.h“
#include “NotePad.h“
#include “About.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAbout dialog
CAbout::CAbout(CWnd* pParent /*=NULL*/)
: CDialog(CAbout::IDD pParent)
{
//{{AFX_DATA_INIT(CAbout)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CAbout::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAbout)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAbout CDialog)
//{{AFX_MSG_MAP(CAbout)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CAbout message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 915 2014-12-25 16:58 NotePad\About.cpp
文件 1185 2014-12-25 16:53 NotePad\About.h
文件 9267 2014-12-25 16:58 NotePad\Debug\About.obj
文件 1380402 2014-12-29 16:29 NotePad\Debug\NotePad.exe
文件 1826028 2014-12-29 16:29 NotePad\Debug\NotePad.ilk
文件 13132 2014-12-29 15:30 NotePad\Debug\NotePad.obj
文件 5466040 2014-12-25 16:50 NotePad\Debug\NotePad.pch
文件 2761728 2014-12-29 16:28 NotePad\Debug\NotePad.pdb
文件 45848 2014-12-29 16:28 NotePad\Debug\NotePad.res
文件 52389 2014-12-29 16:29 NotePad\Debug\NotePadDlg.obj
文件 105497 2014-12-25 16:50 NotePad\Debug\StdAfx.obj
文件 214016 2014-12-29 16:29 NotePad\Debug\vc60.idb
文件 372736 2014-12-29 16:24 NotePad\Debug\vc60.pdb
文件 72900 2014-12-29 16:28 NotePad\NotePad.aps
文件 1487 2014-12-29 16:28 NotePad\NotePad.clw
文件 1871 2014-12-25 16:39 NotePad\NotePad.cpp
文件 4386 2014-12-29 16:35 NotePad\NotePad.dsp
文件 537 2014-12-25 16:39 NotePad\NotePad.dsw
文件 1335 2014-12-25 16:39 NotePad\NotePad.h
文件 58368 2014-12-29 16:35 NotePad\NotePad.ncb
文件 54784 2014-12-29 16:35 NotePad\NotePad.opt
文件 549 2014-12-29 16:29 NotePad\NotePad.plg
文件 6412 2014-12-29 16:28 NotePad\NotePad.rc
文件 11534 2014-12-29 16:35 NotePad\NotePadDlg.cpp
文件 2025 2014-12-29 15:30 NotePad\NotePadDlg.h
文件 3597 2014-12-25 16:39 NotePad\ReadMe.txt
文件 49206 2014-12-17 11:07 NotePad\res\41.bmp
文件 18918 2014-12-29 15:19 NotePad\res\icon2.ico
文件 19942 2014-12-17 11:32 NotePad\res\NotePad.ico
文件 399 2014-12-25 16:39 NotePad\res\NotePad.rc2
............此处省略12个文件信息
- 上一篇:Applied C++ 书籍光盘
- 下一篇:《C++程序设计语言特别版》题解
评论
共有 条评论