/BinaryArithmetic

This is a program made in C++ that randomly generates 8-bit unsigned binary addition and subtraction problems.

Primary LanguageC++

Binary Arithmetic Problem Generator

This is a program made in C++ that randomly generates 8-bit unsigned binary addition and subtraction problems.

Installation

You can compile the program by using the makefile provided in the repository.

git clone https://github.com/PeterTheAmazingAsian/BinaryArithmetic.git
cd BinaryArithmetic
make release
./BinaryArithmetic