c++ programming Data structures and algorithm

profileBee_wake

The instructions and starting templates for the assignment are attached to this module.  Please download them and follow the instructions.  

There are actually 3 source files/starting templates for this assignment: assg-03.cpp, LargeInteger.hpp and LargeInteger.cpp.  You need to download and use all 3.  assg-03.cpp contains the main function and has tests of your code.  You should not need to add anything to this file, simply uncomment the tests as you are working on your assignment. The files LargeInteger.hpp and LargeInteger.cpp are the header file and implementation file.  You will need to add the function prototypes to the .hpp header file class definitions for the member functions and constructor you create.  And likewise, you will need to write and  implement your constructor and member functions in the LargeInteger.cpp file.

  • 6 years ago
  • 20
Answer(1)

Purchase the answer to view it

blurred-text
NOT RATED
  • attachment
    DataStructures.zip
  • attachment
    page1.PNG
  • attachment
    page2.PNG