Hi Guys,
I am new to C++ ...and need some help...
I have a stack array template class, aslo in main I created a linked list by entering numbers from a text file into the link list.
In the next step, I need to store elements from the linked list into the stack and then last step is to print the numbers from the stack array.
How can I store the numbers in the array of stack from a linked list? iny ideas??? Thanks!