Answer

问题及解答

infix equation to postfix equation

Posted by 120702117 on 2014-03-30 22:22:20 last update 2014-03-30 22:22:20 | Edit | Answers (1)

关于这个问题 ,如a*(b+c)+d。我知道当abcd为整数时,整个equation可作为string读入,abcd可作为字符读入;可是当abcd为浮点数时该如何处理这个equation?  abcd该如何读入?

1

Posted by haifeng on 2014-04-10 16:14:30

请参考 http://www.sharejs.com/codes/cpp/6506