I have a question with a battery exercise, whose code is the one you have below, what I want to ask is why the operands are unstacked , they are popped, before operating with them ? I mean this:
const int r_op = stack_.top();
stack_.pop(); //...
asked by
20.07.2017 / 19:16