I have built a parameterized (linked list) stack data structure in C++ which implements the Rule of Five. My main function is as follows:
1 Stack