The folder contains different c++ based console based programs. But the main project of focus is the PIG FARM MANAGEMENT SYSTEM
TOOLS USED:
- VS code
- C++ programming language
- text files // storing the data
- structures // grouping general farm animals members
- enumerators //checking the health status of pigs
- classes: polymorphism(function overloading);encapsulation;inheritance. //for controlled access to the pig details
For the project the following files are used:
- proCode.cpp //contains the main c++ program code for the whole system
- pig_farm_management_system.md // the program code md file for md to pdf converting using cmd
- FAMS.txt // the text file of the stored pig data