This project implements a data management system for farm statistics, focusing on reading, sorting, and displaying data from a tab-separated text file.
Ensure you have a C++ compiler installed on your system.
Navigate to the root directory of the project and run the following command:
make a5To run the application, execute the following command:
./a5FarmData Class: Manages farm data read from farmdata/farmdata.txt. Provides methods to print all data, filter by province, and sort data by various criteria.