andey-robins / hashproject

Final Project for COSC 2030 at the University of Wyoming
Apache License 2.0
2 stars 2 forks source link

Add Vaskis' DataEntry class to project #7

Closed andey-robins closed 5 years ago

andey-robins commented 5 years ago

Complete the implementation of the DataEntry class as detailed in Issue #1. Code has been reformatted to place unit tests in UnitTests.h/cpp and to make use of project wide inheritance. Original code is over on https://github.com/Vaskis/hashproject/blob/git-checkout--b-Data-Storage-Class/DataEntry_WithTests.cpp