I have to convert infix to postfix and also calculate the result. We have been given test data via a text file.
I have a queue and stack written that must be used to do this. i have code that converts the other way, but must now convert infix to postfix and I am having trouble doing so using the stack.h and myqueue.h.
The stack and queue use a priority queue list previously written
Attachment:- PostFixprogram.zip