deathNote operator_-(const deathNote &a){ this->apples = a.apples + this->apples; this->chocolate = a.chocolate + this->chocolate; this->paper = a.paper + this->paper; return (*this); }
Goodbye to All That (2014)
9 years ago
deathNote operator_-(const deathNote &a){ this->apples = a.apples + this->apples; this->chocolate = a.chocolate + this->chocolate; this->paper = a.paper + this->paper; return (*this); }
No comments:
Post a Comment