Railway Reservation System
-
Updated
Mar 9, 2020 - C
Railway Reservation System
a simple console-based Airline Information System implemented in C. The program allows users to view a table of flights, display detailed information about a specific flight by ID, and explore a table of airports and their countries. Feel free to explore, modify, and enhance the code for your learning and project needs.
Theater reservation system using mutexes for thread synchronization in C.
A Mini Project [C] completed in high school to provide template for sample school projects, with improvements in code readability and logic over most mini-project source codes available on internet for high school students (Railway Ticket Reservation)
24-1 시스템프로그래밍실습 (prof. 한환수)
Optimization of space utilization in reservation systems. An algorithm for optimal distribution of reservations along a trip among available seats.
24-1 시스템프로그래밍실습 (prof. 한환수)
This is a C program that simulates the booking of train tickets for a fictitious train. The program asks the user to select the class and type of seat they want to book, and based on availability, allocates a seat number to the user. It then asks for passenger details and calculates the fare for the ticket.
programming project reservation and change reservation
24-1 / 시스템프로그래밍실습 / Prof. 한환수
A basic implementation of Airline Reservation System in C language using the concept of Structures and Data File Handling.
A simple console-based ticket reservation system developed in C, allowing users to log in, book or cancel seats, manage a waitlist, and view the real-time seating layout. This project showcases basic C programming concepts like structs, arrays, and string handling, making it a great learning exercise for beginners.
C language code , Easy to understand for mini-project.
Online Bus Reservation System — This project is a Bus Reservation System built using the C programming language. It allows users to view available buses, select seats, book tickets, and manage their reservations through a simple console-based interface.
Add a description, image, and links to the reservation-system topic page so that developers can more easily learn about it.
To associate your repository with the reservation-system topic, visit your repo's landing page and select "manage topics."