Today we will continue working on our Bag template using a static array internally and define more tests using CMake and Catch.
Consider a simplified version of the Bag ADT (without toVector).
bag.tpp
using an internal, automaticaly-allocated array of fixed size.bag_tests.cpp
.bag_tests.cpp
, bag.hpp
and bag.tpp
as a zip file via Canvas at the Assignment "Exercise for Meeting 3".