Arbint class with += and -= operators
authorSam Moore <[email protected]>
Sat, 5 Jul 2014 04:44:48 +0000 (12:44 +0800)
committerSam Moore <[email protected]>
Sat, 5 Jul 2014 04:44:48 +0000 (12:44 +0800)
commitee5287fabfb214e8f7b483cde424108270525fd7
tree213836e3072cf45e4c2123d5e6e30944c9e32aa6
parent35e78b378435e37ffdb6e53a97f6fa0998999f67
Arbint class with += and -= operators

Using x64 assembly routines for addition and subtraction loops,
but C++ for memory management through std::vector

Dealing with the sign is a bit annoying.

(Get it?)
src/Makefile
src/arbint.cpp
src/arbint.h
src/main.cpp
src/tests/add_digits.s [deleted file]
src/tests/add_digits_test.c [deleted file]
src/tests/arb.cpp

UCC git Repository :: git.ucc.asn.au