After completing Exercise 5, implement a driver that lets you issue various commands to the deck: deal a given number of cards, reshuffle the deck, and view the current contents of the deck.
Exercise 5
Add support for begin and end operations that return iterators to the ends of the deck. Also implement overloading of the [] operator to enable access to deck elements. You can do so by simply calling the corresponding operators in the underlying deque.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.