RPN C Calculator
An interactive terminal-based calculator implementing Reverse Polish Notation (RPN) using a central stack data structure to hold execution state. Written in C and powered by ncurses, it allows random-access to operators, supports parsing input scripts through file I/O operations, and lets users export their computational stacks seamlessly.
C/C++ncurses