Reverse Polish calculator / scripting language inspired by Forth and RPL.
-
Updated
Mar 6, 2025 - C++
E8E3
Reverse Polish calculator / scripting language inspired by Forth and RPL.
Simple RPN (reverse polish notation) calculator. Reverse polish notation is also referred to as postfix notation.
Reverse Polish Notation (RPN) Calculator Using C++ :)
A GUI calculator created in Qt C++ using Reverse Polish Notation (RPN)
A simple win32 app that emulates the HP11C calculator and uses Reverse Polish Notation
A Console RPN Interactive Calculator
A simple stack logic calculator for Arduino, using an Mcufriend touch display shield.
This project consists of three exercises designed to reinforce advanced data structures and algorithm logic in C++ using the Standard Template Library (STL). Each exercise requires working with a different STL container, allowing students to practically learn about containers, algorithms, time complexity, and error handling.
С++ library for symbolic mathematical calculations
Thomas Okken's Free42 with build portability fixes
A basic calculator that interprets Reverse Polish Notation
Documenting my progress through 10 modules of C++ exercises. The exercises cover a diverse range of topics, including namespacing, classes, member functions, stdio streams, initialization lists, static, const, and other concepts in C++ programming.
CPP09 Module
Implementing a parser that transforms expressions in infix notation into keystrokes for evaluation on an RPN calculator.
Add a description, image, and links to the rpn-calculator topic page so that developers can more easily learn about it.
To associate your repository with the rpn-calculator topic, visit your repo's landing page and select "manage topics."