copy (CStack <T> STK

method copy(Stack &otherstack)
{
otherstack=*this;

}
Last edited on
We can't do your homework for you, we can only assist you.
Topic archived. No new replies allowed.