Postfix Notatation Program
Category:
String ManipulationType:
ApplicationsDifficulty:
IntermediateAuthor:
Maxx Zephyr TechnologyVersion Compatibility: Visual Basic 6
More information:
Ever wondered how to convert a standard equation to postfix notation?
Example:
x+y=z
In postfix is:
xy+z=
Well, here is a full application, code included, that does it
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download fix_main.zip