avivaprins / Integer

C++14 Integer class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integer

C++14 Integer class

I have made an integer class to mimic the functionality of int in C++. Unlike int, Integer can hypothetically hold numbers that are much much larger.

I've provided a main.cpp that gives some examples of its use with recursion. The script creates mxm tables in .txt files of Partitions, Stirling numbers, and Factorials.

About

C++14 Integer class

License:MIT License


Languages

Language:C++ 100.0%