Skip to content

SwapnilGite/Binary-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary-Calculator

A simple command-line tool for performing binary arithmetic operations (addition, subtraction, multiplication, division) on large numbers (greater than capacity of inbuilt int, long, double data types) and conversions between binary and decimal.

Features

  • Perform binary addition, subtraction, multiplication, and division
  • Convert between binary and decimal numbers
  • User-friendly command-line interface

Getting Started

Prerequisites

  • Make sure you have a C/C++ compiler (e.g., gcc, clang) installed

Build

To build the project, simply run:

make

This will compile the source code and generate the executable (usually named bincalc or similar).

Usage

After building, run the calculator:

./bincalc

Follow the on-screen prompts to perform binary calculations or conversions.

Makefile

The provided Makefile automates the build process. Common targets:

  • make or make all: Build the project
  • make clean: Remove compiled binaries and object files

You can inspect or modify the Makefile to adjust compiler flags or target names as needed.

Author

Swapnil Gite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors