Some of you have probably realized that there could be an issue with the representation of time. While using an int could be made to work, a better solution is to make Time a data type itself, and encapsulate it. I have included a Time data type below (did any of you do something like that already?)
wget http://ee.hawaii.edu/~tep/EE205/Labs/Lab1/Code/common.h
to transfer the file to the current directory.
Since we are now in teams, you will do this subtask as a team in your assigned team. Your task is to complete the implementation and testing of these data types. You can (should) use the algorithms and pieces of code you developed over the last week from your ad-hoc teams.
Your team can demo your code to me at the end of the lab session today, or the beginning of lab next week.