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.