peterwzhang / BinaryArithmetic

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 97.1%Language:Makefile 2.9%