A C++ console app built for fun in summer 2025 ..learning never felt so fun.
- Language: Modern C++ (ISO)
- Compiler: g++ on Ubuntu
- ➕ Add or modify flights
- 👩
✈️ Assign crew members - ✅ Mark flights as complete
- 📋 View current flight assignments
- 📜 Check flight history
- 🔍 Browse available flights
- 🎫 Book tickets (with age-based pricing)
# 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```
