資源簡介
通過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個文件信息
- 上一篇:C語言課程設計 備忘錄
- 下一篇:visual C++ 實現文件共享
評論
共有 條評論