https://github.com/axtens/bignum-vb6
Steven S. Skiena's bignum.c to VB6.
https://github.com/axtens/bignum-vb6
Last synced: 4 months ago
JSON representation
Steven S. Skiena's bignum.c to VB6.
- Host: GitHub
- URL: https://github.com/axtens/bignum-vb6
- Owner: axtens
- License: mit
- Created: 2019-08-13T05:42:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T06:55:12.000Z (almost 7 years ago)
- Last Synced: 2025-06-09T04:41:38.356Z (about 1 year ago)
- Language: Visual Basic
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bignum-vb6
Steven S. Skiena's bignum.c in VB6.
Implements large integer arithmetic: addition, subtraction, multiplication, and division.
The original C program appears in Steve's book: ["Programming Challenges: The Programming Contest Training Manual"](http://www.amazon.com/exec/obidos/ASIN/0387001638/thealgorithmrepo/)
by Steven Skiena and Miguel Revilla, Springer-Verlag, New York 2003.
See Steve and Miguel's [website](http://www.programming-challenges.com) for additional information.
Bruce's release contains:
* README.md - this file
* BIGNUM.cls
* BIGNUMLIB.cls
* vb6-bignum.vbp
* LICENSE
Better testing and better documentation may follow.
MIT license.
New News
--------
* Initial commit
Old News
--------