elailai94 / Twos-Complement

A simple program to convert numbers to two's complement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple program to convert numbers to two's complement

License:MIT License


Languages

Language:C++ 68.8%Language:Makefile 31.2%