A simple infix notation floating-point cli calculator
-
Updated
Jul 5, 2021 - C
A simple infix notation floating-point cli calculator
This is a simple program that converts infix expressions to postfix expressions. It is written in C and uses a stack to store the operators. It is a simple program that I wrote to show how to use a stack in C.
Evaluates Infix Expression in C without objects.
C program that reads an infix expression and converts it to a postfix one
A simple infix to postfix expressions conversion program, written in C
This program can convert an expression from infix to postfix or prefix notation
A GPLv3 C library for converting infix expressions to prefix expressions (Polish notation)
Add a description, image, and links to the infix-notation topic page so that developers can more easily learn about it.
To associate your repository with the infix-notation topic, visit your repo's landing page and select "manage topics."