Skip to content

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

Notifications You must be signed in to change notification settings

peterwzhang/BinaryArithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published