Hello there, Stack.
I'm currently learning C++ and trying to create an RPN converter.
But I'm having difficulties.
Hopefully, I'll be able to describe the issues in detail.
For stacking my operators, I'm using an array.
Let's look at the example "5 + 8."
When it comes down to:
else if(infix[i] == '+' or infix[i] == ...READ MORE
Jun 29, 2022
in C++
by
Nicholas
• 7,760 points
•
826 views