Skip to content

Salman-Sensei/flight-management-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✈️ Flight Management System

A C++ console app built for fun in summer 2025 ..learning never felt so fun.

🚀 Tech & Tools

  • Language: Modern C++ (ISO)
  • Compiler: g++ on Ubuntu

✨ Core Features

🛫 Admin Panel

  • ➕ Add or modify flights
  • 👩‍✈️ Assign crew members
  • ✅ Mark flights as complete

🧑‍✈️ Crew Portal

  • 📋 View current flight assignments
  • 📜 Check flight history

👤 Passenger Portal

  • 🔍 Browse available flights
  • 🎫 Book tickets (with age-based pricing)

🖥️ Sample Default Admin (Ubuntu Terminal)

Code running in Ubuntu terminal

🛠️ Quick Setup

# clone & enter
git clone https://github.com/Salman-Sensei/flight-management-cpp.git
cd flight-management-cpp

# compile & run
g++ airline.cpp -o airline
./airline```


About

A C++ console app built for fun in summer 2025 ..learning never felt so fun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages