火车订票系统源码之蔡仲巾千创作
时间:二O二一年七月二十九日
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
intshoudsave=0 ;
int count1=0,count2=0,mark=0,mark1=0 ;
/*定义存储火车信息的结构体*/
struct train
杜江
{
    char num[10];/*列车号*/
    char city[10];/*目的城市*/
    char takeoffTime[10];/*发车时间*/雪纺衫搭配
    char receiveTime[10];/*到达时间*/
int  price;/*票价*/
intbookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
charnum[10];/*ID*/
    char name[10];/*姓名*/
intbookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedefstruct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedefstruct people
{
struct man data ;
struct people*next ;
我该如何存在 汪峰
}bookMan,*bookManLink ;
/* 初始界面*/
voidprintInterface()
{
puts("********************************************************");
puts("*      Welcome to use the system of booking tickets    *");
puts("********************************************************");
puts("*    You can choose the operation:                    *");
puts("*      1:Insert a train information                  *");
puts("*      2:Inquire a train information                  *");
puts("*      3:Book a train ticket                          *");
赵容弼
puts("*      4:Update the train information                *");
puts("*      5:Advice to you about the train                *");
陈好主演的电视剧puts("*      6:save information to file                    *");
puts("*      7:quit the system                              *");
puts("********************************************************");
}
海沙/*添加一个火车信息*/
voidInsertTraininfo(Link linkhead)
{
struct node *p,*r,*s ;
charnum[10];
    r = linkhead ;
    s = linkhead->next ;
while(r->next!=NULL)
    r=r->next ;
while(1)
    {
printf("please input the number of the train(0-return)");