C++ Basic

C++ Basic
The first assignment is intended to reacquaint you with C++, your programming environment, and software design.
If you are familiar with C++ this assignment (both parts 1 and 2) will be straightforward. If this assignment isn’t
straightforward, you may not have enough C++ background to take CS3251.
You are being provided with three files: main.cpp, TestType.h, and a CMakeLists.txt. The task for Part
1 of the assignment is to provide a SimpleArray.h file that contains all necessary include files, the class
definition, function definitions (appropriately commented) and comments (as required by the course coding
standard) that would make the code compile cleanly.
All stud

Leave a Reply

Your email address will not be published. Required fields are marked *