An open API service indexing awesome lists of open source software.

https://github.com/amirhakimnejad/big-number-in-cpp

Implementation of a class that can handle calculations between big numbers in c++.
https://github.com/amirhakimnejad/big-number-in-cpp

algorithm bigint bignumber cpp object-oriented-programming oop stack

Last synced: 20 days ago
JSON representation

Implementation of a class that can handle calculations between big numbers in c++.

Awesome Lists containing this project

README

          

# Big-Number-in-Cpp

Big Number ( BigInt ) Class in C++ With Improved Stack class's object as my bigint member. You can simply use Vector or many other choices.Trying my best to have a clean code.I'm working on overloading *,/ operators and different scenarios in + and - operators.Fell free to pull a request or report an issue.
Implementations are not complete yet and there will be improvements to the codes.