PDA

View Full Version : stacks



yawbird
08-02-2003, 03:56 PM
Hello again! :D

I need some help with the classic "Reverse Polish Arithmetic" in conjunction with stacks. I understand the concept of it. Im just tryin to find some examples of it in delphi. links to known sites would be well appreciated. Thanks for your time

Alimonster
09-02-2003, 06:08 PM
What particular thing are you looking for - how to do stacks the hard way (without the VCL, which has a TStack component and also TList, which can be used as a stack)? An application of RPN (usually just a RPN calculator)? If you let me know then I should be able to whip up example code.