hi,
i want to make a program that draw equations.
the first thing needed is to evaluate the expression.
i used the stack to make infix to postfix conversion, but the problem here is in
the priority how can i implement the priority with out forcing the user to write every
operation between brackets ???????
any help please
thanx in advance