The four bottom functions of the .cpp file are what I have to fill in, I don't know if my push/pop functions are correct, I am supposed to check s for overflow and push c in the first function, and check s for underflow and pop for the second function.
Now the bottom two functions, the create and destroy, I have what I need to do in the comments in them. I don't know what marking used and unused means and this book is absolutely no help at all.
It is basically parts of a program all mixed up between paragraphs, and we are supposed to recreate the whole program.