Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 447 Bytes

File metadata and controls

11 lines (9 loc) · 447 Bytes

HospitalServiceComparison

C++ based hospital comparison system that helps users find the cheapest hospital for medical tests based on location. The program reads data from a file, compares prices across hospitals, and recommends the best option. Demonstrates file handling, string processing, and basic real-world problem solving.

Tech Used:

C++, File Handling (ifstream), Stringstream, Standard Template Library (STL), VS Code, Git & GitHub.