The Employee.csv file we used for our tests is provided in the zip package, but you can also test our code with the new Employee.csv file
You can compile and run the code by following these steps:
- Employee.csv must be in the same directory as main.c
- Use the following commands to compile and run C++ code
g++ main.cpp -o main.out
main.out