Skip to content

Krsmanovic-S/BigInteger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a header file that should be used when dealing with very large numbers that are too big even for the largest integer types in C++.

Currently supports:

• Multiplication

• Division

• Addition


The settings/workspace I used for compiling:

Compiler     ---> GCC 11.2.0
C++ Standard ---> C++20
IDE          ---> Visual Studio Code