文件名称:用VC++实现的通讯录
文件大小:1.79MB
文件格式:RAR
更新时间:2016-01-28 10:09:07
通讯录
#include "stdafx.h" #include "通讯录.h" #include "通讯录Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CAboutDlg dialog used for App About class CAboutDlg : public CDialog { public: CAboutDlg(); // Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD) { //{{AFX_DATA_INIT(CAboutDlg) //}}AFX_DATA_INIT } void CAboutDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CAboutDlg) //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CAboutDlg, CDialog) //{{AFX_MSG_MAP(CAboutDlg) // No message handlers //}}AFX_MSG_MAP END_MESSAGE_MAP() 用VC++实现通讯录管理
【文件预览】:
通讯录
----通讯录Dlg.h(1KB)
----通讯录.ncb(41KB)
----resource.h(822B)
----通讯录.opt(48KB)
----Debug()
--------通讯录.exe(104KB)
--------vc60.pdb(356KB)
--------通讯录Dlg.obj(25KB)
--------通讯录.pdb(361KB)
--------通讯录.obj(14KB)
--------vc60.idb(193KB)
--------StdAfx.obj(103KB)
--------通讯录.ilk(192KB)
--------通讯录.pch(5.24MB)
--------通讯录.res(2KB)
----通讯录Dlg.cpp(4KB)
----通讯录.cpp(2KB)
----通讯录.dsw(520B)
----通讯录.h(1KB)
----ReadMe.txt(3KB)
----res()
--------通讯录.rc2(398B)
--------通讯录.ico(1KB)
----通讯录.dsp(4KB)
----通讯录.rc(5KB)
----通讯录.plg(721B)
----StdAfx.cpp(208B)
----通讯录.aps(35KB)
----StdAfx.h(1KB)
----通讯录.clw(1KB)