Drinkable - without tests, the tests for it are included in the DrinkMachine.cpp file
DrinkMachine - uses both Stack.cpp and Drinkable.cpp to make use of already built in uses of both classes
Stack- A stack realisation using a pointer to an array of a template class
StackLL - A linked list implementation of a Stack with tests included
Queue - A dynamic array implementation of a Queue with tests included
QueueDLL - A doubly linked list implementation of a Queue with tests included