To all the Masters,
Sir can you help me in this problem, the program tells the infix to convert into postfix.
ex.
a+b-b*c+g/s
=ab+bc*-gs/+
My problem is, once you compile the program there is no error message, but if you run it, the output did not show. I know this is a logical error, I'm trying to use a linked list and I'm newbee from this struct type. I can implement the problem using array but I'm exercising myself to use the structure in c++. It is hard for me to understand the function of this struct data type, can you help me in this problem.
The program is not finished, I'm just testing the concept of struct data type.
the file is attached in cpp format.
thank you and more power.
Gaspan, Mark Cristian
BSCS, Student.