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++
- Host: GitHub
- URL: https://github.com/kunalshah017/play-with-binaries
- Owner: kunalshah017
- License: mit
- Created: 2023-03-09T13:24:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T15:23:54.000Z (over 2 years ago)
- Last Synced: 2025-06-27T10:06:28.204Z (4 months ago)
- Topics: binary, calculator, collaborate, communityexchange, cpp, ghdesktop, github, gitkraken, gitlens, imgbot
- Language: C++
- Homepage:
- Size: 67.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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.
![]()
## Contributors
[](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).