Skip to content

robertmassaioli/wrapping_number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapping Number

This class has been made to handle wrapping numbers. It is just a header file and only requires you to include it to start working in your code. It works on any integer type.

Test Build Instructions

mkdir build
cd build
cmake ..
make

And then you can run it by:

./test

About

A generic class to handle wrapping numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages