So i need a remove_last function that takes out the last thing added to the array. (All you need to do for this is to decrement the used counter. You do not need to change the capacity). Will this work?
I have tried but I`m getting a lot of errors. Such as no 'void Numbers::remove_last()' member function declared in class 'Numbers'. Do i have to have member functions?