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++.
- Host: GitHub
- URL: https://github.com/amirhakimnejad/big-number-in-cpp
- Owner: amirhakimnejad
- Created: 2018-02-21T14:20:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T23:44:39.000Z (over 7 years ago)
- Last Synced: 2025-04-10T16:53:58.537Z (6 months ago)
- Topics: algorithm, bigint, bignumber, cpp, object-oriented-programming, oop, stack
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.