Today we will define and use one of the most fundamental data structures in computing, a stack.
catch.hpp
header file and an empty file test_stack.cpp
.test_stack.cpp
implement a set of tests based on the AbstractStack interface. Note these tests will not compile because we don't yet have in implementation of the interface.test_stack.cpp
file via Canvas at the Assignment "Exercise for Meeting 13".