• 大小: 2.24MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签: MFC  

资源简介

通过MFC实现学生通讯系统的简单功能如添加,删除,查询,修改

资源截图

代码片段和文件信息

// add.cpp : implementation file
//

#include “stdafx.h“
#include “student communication systems.h“
#include “add.h“

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

/////////////////////////////////////////////////////////////////////////////
// add dialog


add::add(CWnd* pParent /*=NULL*/)
: CDialog(add::IDD pParent)
{
//{{AFX_DATA_INIT(add)
m_name = _T(““);
m_kind = _T(““);
m_phone = _T(““);
m_qq = _T(““);
m_address = _T(““);
m_man = -1;
m_birthday = _T(““);
m_num = _T(““);
m_E_mile = _T(““);
//}}AFX_DATA_INIT
}


void add::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(add)
DDX_Control(pDX IDOK m_ok);
DDX_Control(pDX IDCANCEL m_cancel);
DD

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1415  2009-07-07 15:19  C++课程设计xin [终极版]\student communication systems\add.cpp

     文件       1347  2009-07-07 15:19  C++课程设计xin [终极版]\student communication systems\add.h

     文件       1482  2009-07-07 23:44  C++课程设计xin [终极版]\student communication systems\amending.cpp

     文件       1343  2009-07-07 23:44  C++课程设计xin [终极版]\student communication systems\amending.h

     文件       1108  2009-07-07 20:52  C++课程设计xin [终极版]\student communication systems\cutup1.cpp

     文件       1245  2009-07-07 20:52  C++课程设计xin [终极版]\student communication systems\cutup1.h

     文件      17115  2009-07-07 15:19  C++课程设计xin [终极版]\student communication systems\Debug\add.obj

     文件      16905  2009-07-07 23:44  C++课程设计xin [终极版]\student communication systems\Debug\amending.obj

     文件      10571  2009-07-07 17:42  C++课程设计xin [终极版]\student communication systems\Debug\cutup.obj

     文件      14370  2009-07-07 21:57  C++课程设计xin [终极版]\student communication systems\Debug\cutup1.obj

     文件      15823  2009-07-08 07:28  C++课程设计xin [终极版]\student communication systems\Debug\load.obj

     文件      20831  2009-07-08 07:38  C++课程设计xin [终极版]\student communication systems\Debug\MainFrm.obj

     文件      14947  2009-07-07 21:42  C++课程设计xin [终极版]\student communication systems\Debug\search2.obj

     文件      17042  2009-07-07 21:42  C++课程设计xin [终极版]\student communication systems\Debug\searpost.obj

     文件     107793  2009-07-05 22:10  C++课程设计xin [终极版]\student communication systems\Debug\StdAfx.obj

     文件     151691  2009-07-08 20:28  C++课程设计xin [终极版]\student communication systems\Debug\student communication systems.exe

     文件     618192  2009-07-08 20:28  C++课程设计xin [终极版]\student communication systems\Debug\student communication systems.ilk

     文件      27557  2009-07-07 23:22  C++课程设计xin [终极版]\student communication systems\Debug\student communication systems.obj

     文件    5718684  2009-07-05 22:10  C++课程设计xin [终极版]\student communication systems\Debug\student communication systems.pch

     文件     566272  2009-07-08 20:28  C++课程设计xin [终极版]\student communication systems\Debug\student communication systems.pdb

     文件      12444  2009-07-08 00:27  C++课程设计xin [终极版]\student communication systems\Debug\student communication systems.res

     文件      21665  2009-07-07 23:22  C++课程设计xin [终极版]\student communication systems\Debug\student communication systemsDoc.obj

     文件      21228  2009-07-07 23:25  C++课程设计xin [终极版]\student communication systems\Debug\student communication systemsSet.obj

     文件      60499  2009-07-08 20:28  C++课程设计xin [终极版]\student communication systems\Debug\student communication systemsView.obj

     文件     263168  2009-07-08 20:28  C++课程设计xin [终极版]\student communication systems\Debug\vc60.idb

     文件     389120  2009-07-08 20:28  C++课程设计xin [终极版]\student communication systems\Debug\vc60.pdb

     文件       1231  2009-07-08 07:28  C++课程设计xin [终极版]\student communication systems\load.cpp

     文件       1173  2009-07-05 22:15  C++课程设计xin [终极版]\student communication systems\load.h

     文件       2521  2009-07-08 07:38  C++课程设计xin [终极版]\student communication systems\MainFrm.cpp

     文件       1470  2009-07-07 14:47  C++课程设计xin [终极版]\student communication systems\MainFrm.h

............此处省略45个文件信息

评论

共有 条评论