ArraysIf I am understanding your question correctly, I've wondered the same thing myself and I'm pretty ce...
copy constructorI think one possible answer to my question is that something like that shouldn't ever happen because...
copy constructorYou do need to return *this from the assignment operator, and I'm surprised your code even compiled ...
whats wrong with this code? run-time errorIf I am understanding your confusion correctly I think the best way to clear it up would be to draw ...
whats wrong with this code? run-time errorWhat I was initially confused on was the way you declared the dynamically allocated int, by saying "...