Script started on Tue Mar 9 22:20:00 1999 {grendel} public_html/Teaching/Courses/112/Lectures/Lecture13/Jar/C++Jar % make g++ -c JarType.cpp g++ testJarType.cpp JarType.o -o testJarType {grendel} public_html/Teaching/Courses/112/Lectures/Lecture13/Jar/C++Jar % testJ arType Testing the JarType abstract data type Creating an empty jar Creating a jar with 7 cookies Adding 3 cookies to the empty jar In the initially empty jar there are now 3cookies In the 7 cookie jar there are 7cookies {grendel} public_html/Teaching/Courses/112/Lectures/Lecture13/Jar/C++Jar % exit exit script done on Tue Mar 9 22:20:29 1999