旅客信息管理系统.cpp

时间:2015-01-21 07:34:34
【文件属性】:

文件名称:旅客信息管理系统.cpp

文件大小:7KB

文件格式:CPP

更新时间:2015-01-21 07:34:34

旅客信息管理系统.cpp

#include #include #include using namespace std; //旅客信息的类 struct tourist { char name[20]; char sex[10]; char birthday[20]; char id[15]; char nation[10]; char cometime[15]; int days; char hnumber[10]; char telephone[15]; int num; struct tourist*next; };


网友评论