/Twos-Complement

A simple program to convert numbers to two's complement

Primary LanguageC++MIT LicenseMIT

Twos-Complement

About

This repository contains a simple program to convert numbers to two's complement. It is written entirely in C++.

Compilation

make

Clean Build

make clean

Execution

./twoscomplement

Note: The compilation and execution step can be combined into a single step by running: make run.

License

This repository is licensed under the MIT License.