3) Write a full, templated Stack class with a Pointer Based Implementation.
Write tests to fully ensure that the Stack works under all conditions.
4) Write a full, templated Stack class with an Array Based Implementation.
Write tests to fully ensure that the Stack works under all conditions. (Do you need to write new tests?)
I need to ask, what is a "Pointer Based Implementation" and what is "Array Based Implementation"? Thank you in advance for clarification.
JLBorges posted this about 3 weeks back - you might have to tinker with it a bit to meet your exact requirements but it will certainly show you best practices re how it's done