C/C++ reference: http://www.cppreference.com/

Laboratory 8: Practice with C++ classes

        In this lab, you will practice some C++ classes concepts. SOLUTION

YOUR TASKS

Problem 1:  Implement intstack.cpp Problem 2:  Using pointers to objects