CS174: STL List Class Exercise (1.5 Points)

Developed by Professor Tralie and Professor Mongan.

Exercise Goals

The goals of this exercise are:
  1. Work classes and objects in C++
  2. Work with dynamic object references in C++
  3. Work with STL classes in C++
In addition to a push_back method, the STL list class also has a push_front method to add things to the front of a list in constant time (i.e. without having to loop), regardless of the list size. Use this method to fill a list with the reverse of the elements in another list
Welcome to our online modules system! Be sure to log in with your Urinus ID before you proceed. For example, Professor Tralie's ID is ctralie. If you are not an Ursinus student, that's fine! Just make something up, and you can still run everything