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

    Language:C4110
  • foggynight/falc

    Stack-based postfix calculator at the command line.

    Language:C1100
  • jilliennelapid/StackCalculator

    Project 1: A Stack (Data Structure) Calculator that implements strings and infix/postfix notation to compute basic operations.

    Language:C++1100
  • ptrvsrg/NSU-labs-C

    Лабораторные работы по дисциплине "Программирование" 1 курса ФИТ НГУ

    Language:C1100
  • verybluebird/calc_2

    Стековый калькулятор

    Language:Java00
  • 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.

    Language:Java