aspose file tools
The moose likes Beginning Java and the fly likes Converting Infix to Postfix Expressions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Converting Infix to Postfix Expressions" Watch "Converting Infix to Postfix Expressions" New topic
Author

Converting Infix to Postfix Expressions

Christopher Beech
Ranch Hand

Joined: Feb 08, 2006
Posts: 40
Having some problems converting infix to postfix. for example, if I enter 1+2*3, it gives me 1+12+*23*3 instead of 123*+

 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Converting Infix to Postfix Expressions
 
Similar Threads
Picking characters from a string
converting this to a prefix instead of a postfix calculator
A continuation of my previous post, if I may...
Selecting characters from a string
Trouble evaluating postfix Expression