Go to file
Flinner Yuu 5737afc822
doc: build insructions
2024-12-04 11:59:40 +03:00
patient_files feat: init 2024-12-04 11:51:16 +03:00
CMakeLists.txt feat: init 2024-12-04 11:51:16 +03:00
Clinic.cpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
Patient.cpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
Patient.hpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
README.md doc: build insructions 2024-12-04 11:59:40 +03:00
Visit.cpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
Visit.hpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
linkedList.cpp feat: init 2024-12-04 11:51:16 +03:00
main.cpp fix: u_int32 not working on windows 2024-12-04 11:55:46 +03:00
patients.txt feat: init 2024-12-04 11:51:16 +03:00

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