An open API service indexing awesome lists of open source software.

https://github.com/kunalshah017/play-with-binaries

A Basic Binary Calculator to perform Binary Calculations in C++
https://github.com/kunalshah017/play-with-binaries

binary calculator collaborate communityexchange cpp ghdesktop github gitkraken gitlens imgbot

Last synced: 4 months ago
JSON representation

A Basic Binary Calculator to perform Binary Calculations in C++

Awesome Lists containing this project

README

          

# Binary Arithmetic in C++



Welcome to our repository for binary arithmetic in C++! This repository contains codes related to binary arithmetic operations like addition, subtraction, multiplication, and division. Our codes also feature 1's complement and 2's complement of binary arithmetic.




A kid playing with binary numbers

## Contributors

[![Contributors](https://contrib.rocks/image?repo=kunalshah017/Play-With-Binaries)](https://github.com/kunalshah017/Play-With-Binaries/graphs/contributors)

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

## Installation

To use our codes, simply clone this repository using the following command:
```
https://github.com/kunalshah017/Play-With-Binaries.git
```

## Usage

To use the codes, open them in any C++ editor like Visual Studio or Code::Blocks, and run them.

## Features

Our codes feature the following binary arithmetic operations:

- Binary addition
- Binary subtraction
- Binary multiplication
- Binary division
- 1's complement
- 2's complement

## Contributing

Contributions are always welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or a pull request.

## Credits

All credits goes to the contributers for giving their time to this project

## License

This repository is licensed under the [MIT License](https://opensource.org/licenses/MIT).