im taking an oop course in c++ and was working on this assignment.
Class of a number represented as an array of integers,boolean expression as a sign of the number(true is +,false -). The program runs ok and does all what it needs,my problem is it is crashing on the end of the main when it gets to the return line.i found that by removing the destructor thst i have build the program runs ok,i tried to see where i am accessing memory that isnt allocated and couldnt find a problem with my code. The error that pops is heap error when i get to the last line in the Driver.cpp(main func)
thank you in ad
https://gist.github.com/michaelkosoy/630ff729aaa0a00a56786f3d8b84158f