stack-calculator
There are 6 repositories under stack-calculator topic.
rostok2112/libcalc
Simple library with parser of mathematical expressions and operators from string (returns array of tokens with math expressions), translator to RPN and stack calculator. Also this lib contain simple strtok-like wrapper for calculations
foggynight/falc
Stack-based postfix calculator at the command line.
jilliennelapid/StackCalculator
Project 1: A Stack (Data Structure) Calculator that implements strings and infix/postfix notation to compute basic operations.
ptrvsrg/NSU-labs-C
Лабораторные работы по дисциплине "Программирование" 1 курса ФИТ НГУ
verybluebird/calc_2
Стековый калькулятор
Asma11za/ordered-calculator-stack
A calculator that has an order of operations using stack method that receives the input from the user and extracts the operands and operators, performs calculation by using stack to arrange the operations, and finally gives out the results on the screen.