Flinner Yuu 5737afc822 | ||
---|---|---|
patient_files | ||
CMakeLists.txt | ||
Clinic.cpp | ||
Patient.cpp | ||
Patient.hpp | ||
README.md | ||
Visit.cpp | ||
Visit.hpp | ||
linkedList.cpp | ||
main.cpp | ||
patients.txt |
README.md
Build Instructions
Clone the repo:
git clone https://gitea.ammar.engineer/ammar/CS207-HW3
cd CS207-HW3
Build:
cmake -B build -G Ninja
ninja -C build
Run:
./build/ClinicApp