Results 1 to 2 of 2

Thread: stacks

  1. #1

    stacks

    Hello again!

    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

  2. #2

    stacks

    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.
    "All paid jobs absorb and degrade the mind."
    <br />-- Aristotle

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •