Patoski-patoski / Dynamic-C-calculator

A C program that allows arithemetic and base conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A dynamic arithmetic calculator using C programming language

The dynamic calculator makes simple calculation possible. From your command line, you could perform arithmetical calculations and convert numbers to any base.

Introduction

  1. Clone the repository to your machine

    Clone with HTTPS:

    calculator app

    Clone with SSH:

    calcultor app

    Clone with Git CLI:

    gh repo clone Patoski-patoski/Dynamic-C-calculator

  2. Install gcc : To run this program, It is expedient to install a GNU Compiler Collection on your local machine

    install gcc

Getting Started

To run the program after installation:

 make run

Follow the appropriate command prompt and use correct input


About

A C program that allows arithemetic and base conversion


Languages

Language:C 99.5%Language:Makefile 0.5%