Due: Wednesday, September 28, 2016
This homework makes use of the attached files SingleList.h, SingleList.cpp, and SingleListTests.cpp.Add the files above to your Visual Studio solution. The function SingleList_push_back was developed in class. Add it to the SingleList.cpp file and verify that the PushBack tests pass.
Implement SingleList_copy without directly calling push_back.
Submit your modified file SingleList.cpp only (put your name in comments). Don't submit the entire project or solution!