This repository contains a simple program to convert numbers to two's complement. It is written entirely in C++.
make
make clean
./twoscomplement
Note: The compilation and execution step can be combined into a single step by running: make run.
This repository is licensed under the MIT License.