Question: Hello i need your help to implement this function eval ( line 21 on picture ) in C++ the function returns the evaluation
Hello i need your help to implement this function "eval" ( line 21 on picture) in C++

the function returns the evaluation of the infix expression in vals.
In order to do this, you need to use the stack structure (wich contains the evaluation operands of postfix expression) that you can find in this folder:
https://drive.google.com/drive/folders/1hI5ATeOy-sM3_24a0XTYkEKeDViX0VfH
41 class Eval InFixf 6private: string _inFix; string _postFix; Stack
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
