资源简介
中山大学2013年大学实训的一个项目,会议议程管理系统。
代码片段和文件信息
#include
#include
#include “AgendaController.h“
AgendaController::AgendaController() {
startAgenda();
}
void AgendaController::getOperation(void) {
std::cout<<“Agenda@“<getName()<<“ : #“;
std::string dd = ““;
std::cin>>dd;
if (executeOperation(dd)) {
std::cout<<“Agenda@“<getName()<<“ : #“;
std::string p;
std::cin>>p;
executeOperation(p);
}
}
void AgendaController::startAgenda(void) {
agendaService_.startAgenda();
std::cout<<“--------------------------Agenda--------------------------------“< “Action:“< “r - register an Agenda account“<
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-09-06 15:24 test55\
文件 8318 2013-09-06 15:06 test55\AgendaController.cpp
文件 792 2013-09-05 22:17 test55\AgendaController.h
文件 4240 2013-09-06 15:08 test55\AgendaService.cpp
文件 1277 2013-09-05 14:06 test55\AgendaService.h
文件 5978 2013-09-05 21:53 test55\Date.cpp
文件 933 2013-09-04 17:21 test55\Date.h
文件 3303 2013-09-06 15:00 test55\FileManage.cpp
文件 804 2013-09-04 23:15 test55\FileManage.h
文件 219 2013-09-06 01:22 test55\main.cpp
文件 979 2013-09-04 17:21 test55\Meeting.cpp
文件 691 2013-09-04 17:21 test55\Meeting.h
文件 4757 2013-09-06 10:16 test55\MeetingManage.cpp
文件 1434 2013-09-04 17:21 test55\MeetingManage.h
文件 625 2013-09-04 17:21 test55\User.cpp
文件 573 2013-09-04 17:22 test55\User.h
文件 2384 2013-09-05 22:43 test55\UserManage.cpp
文件 923 2013-09-04 17:22 test55\UserManage.h
评论
共有 条评论