Homework 7 Part II, It does add up ... dynamically!
Short Description:
Make your big number class dynamic.
This assignment is worth 50 points.
Goals
When you finish this homework, you should have:
- Demonstrate the ability to use dynamic memory.
- Demonstrate the ability to use recursion.
Formal Description
Replace the static list class with one based upon dynamic memory. Make sure that you handle the constructor, destructor, overloaded assignment operator and copy constructor in your new class.
Your final product must include at least two recursive routines.
Discussion
- Whenever possible, eliminate repeated code by building functions. If you find you are repeating code, pull it out and put it into a function.
- You should probably write some experimental code, and then revise your design.
- You should create a sub-directory and perform all work for this project within this directory.
- If you need help, you should ask.
- Please do not put this work off until the weekend before it is due.
- If you require help with the Makefile, or creating the tar file, please ask for assistance.
Required Files
A tar file containing only source code and a Makefile.
Submission
Email the tar file of your source code to danbennett360@gmail.com by class time of the due date.