Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.83 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.83 KB

Travel Agency Management System

Project Description

The Travel Agency Management System is a console-based application developed entirely in C++ and compiled using Turbo C++. This system provides a streamlined solution for managing various aspects of a travel agency, including booking, customer management, and package details. It aims to simplify the operations of a travel agency by automating tasks like ticket booking, customer data storage, and managing travel packages.

Features

  • Customer Management: Add, update, and delete customer details.
  • Booking Management: Manage bookings for flights, hotels, and tours.
  • Travel Packages: View, add, and modify travel packages.
  • Billing: Automatic calculation of total costs based on customer selections.
  • User-friendly Interface: Simple console interface for easy navigation and use.

Requirements

  • Turbo C++ compiler (project is optimized for Turbo C++)
  • Basic knowledge of C++ programming

Installation

  1. Clone this repository or download the ZIP file.
  2. Open the project in Turbo C++.
  3. Compile the code and run the executable.

How to Use

  1. Run the executable: After compiling, run the executable file in Turbo C++.
  2. Choose an option: The main menu will display various options like managing customers, booking services, and viewing packages.
  3. Follow prompts: Use the keyboard to navigate through the options and perform operations as needed.

Future Enhancements

  • Add a graphical user interface (GUI) for better user experience.
  • Integrate database support for persistent storage of customer and booking data.
  • Include real-time API integration for booking flights and hotels.

License

This project is open-source and available under the MIT License.


You can customize this further as per your project's specific features and scope.