Description
Exercise P12.15. Implement a Stack class, using a linked list of strings. Supply opera-
tions size, push, pop, and top, just like in the standard stack template. */
/**
@Exercise P12.15 Implementing a stack.cpp
Exercise P12.15. Implement a Stack class, using a linked list of strings. Supply opera-
tions size, push, pop, and top, just like in the standard stack template. */
/**
@Exercise P12.15 Implementing a stack.cpp