Question: Need help with my Array class template, I am trying to write the methods in my Array.hpp file and using the ArrayDriver.cc file to test
Need help with my Array class template, I am trying to write the methods in my Array.hpp file and using the ArrayDriver.cc file to test it but I am getting segmentation fault (core dumped) errors at certain test (ex: A.push_back(5);) I believe my insert method is off. Please help me out Array.hpp ( https://pastebin.com/CPPtwCZb )
ArrayDriver.cc ( https://pastebin.com/Jp2hFgJ5 )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
