RPN Calculator
RPN Calculator
This project is a functional graphical calculator built from the ground up using a custom C++ graphics library. It features a clickable 4x4 button grid for performing basic arithmetic and provides a clean, real-time display of both inputs and results.
Language: C++
Skills: GUI Development, Event-Driven Programming, Custom Graphics Libraries, Real-Time Updates.
Interactive GUI: Features clickable buttons for numbers (0-9) and operators (+, -, ×, ÷), plus Clear and Equals buttons.
Continuous Calculations: Allows for the chaining of operations without needing to restart the calculation.
Real-time Display: Dynamically updates the calculator screen to show user inputs and results.