Full console-based Hospital Management System built in C++17. Features include: custom PriorityQueue with Max-Heap for patient scheduling (Emergency → Urgent → Normal with FCFS tie-breaking), OOP architecture with inheritance, CSV persistence with zero data loss, live statistics dashboard, and exportable reports. No STL containers used — all data structures implemented