Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyx-0314/dsa-travel-membership-agency-system
A C++ console application that manages travel bookings through a membership system. Users can register, update, view, and delete member details for three types of travel: land, water, or air. A simple, menu-driven system for managing travel reservations
https://github.com/zyx-0314/dsa-travel-membership-agency-system
basic-programming cpp data-structures school-project
Last synced: 2 months ago
JSON representation
A C++ console application that manages travel bookings through a membership system. Users can register, update, view, and delete member details for three types of travel: land, water, or air. A simple, menu-driven system for managing travel reservations
- Host: GitHub
- URL: https://github.com/zyx-0314/dsa-travel-membership-agency-system
- Owner: zyx-0314
- License: gpl-3.0
- Created: 2024-10-08T12:05:54.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-22T05:14:40.000Z (2 months ago)
- Last Synced: 2024-11-22T06:20:02.087Z (2 months ago)
- Topics: basic-programming, cpp, data-structures, school-project
- Language: C++
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A C++ console application that records travel bookings using a membership system.
![](https://visit-counter.vercel.app/counter.png?page=zyx-0314/DSA-Travel-Membership-Agency-System)
---
Table of Contents
---
## Overview
**Travel Membership Agency** is a C++ console application that helps manage a membership system for travel bookings. The system allows users to record, list, update, and delete travel bookings for three types of travel: by land, by water, or by air. Members can be registered with their travel information, and their details can be modified or removed through a simple menu-based interface.
### Key Features
- **Add New Member**: Register new members and store their travel booking information.
- **List Members**: View a list of all members in the system.
- **Update Member Data**: Modify existing member details and travel booking information.
- **Delete Member**: Remove members from the system.### Technology
![C++](https://img.shields.io/badge/C++-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white)
## Resources
| Title | Purpose | Link |
|----------------------------|-----------------------------------------------|---------------------------------------------|
| C++ Documentation | Reference for C++ language features | https://cplusplus.com/doc/ |
| Linked List Implementation | Guide for implementing linked lists in C++ | https://www.geeksforgeeks.org/linked-list-in-cpp/ |