EdwardJXLi / c-calculator

Simple calculator app written in C. Used as a learning tool to try new things.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Calculator

A dead simple calculator to experiment with some C tricks

Features

  • Addition
  • Subtraction
  • Division
  • Multiplication
  • Exponents
  • BEDMAS / PEMDAS

Stuff Completed For Far

  • User Input
  • Input Cleaning
  • Input Parsing
  • Infix to Postfix
  • Postfix Evaluation
  • Advanced Linked List™️

About

Simple calculator app written in C. Used as a learning tool to try new things.


Languages

Language:C 98.7%Language:Makefile 0.7%Language:C++ 0.6%