Skip to content

[Completed] This is my attempt at implementing the BigInt class in C++.

License

Notifications You must be signed in to change notification settings

jameshi16/BigInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big INT C++

A noobish attempt at implementing huge numbers in C++, created by James.

What is Big Int?

A normal int in C++ can store a maximum of 2,147,483,647 and a minimum of -2,147,483,648. This implementation of BigInt is designed to theoretically store any numbers, no matter how big or small.

The basic mathematical operators are also implemented, so you can use them like a normal integer! (Almost)

License

The MIT License is used for this project. After all, this is just a quick hobbyist project, if someone were to actually implement this on a big system, I don't want to be held liable, ya know? ;)

About

[Completed] This is my attempt at implementing the BigInt class in C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages