A friend an I are attempting to write an efficient big number class in C++, and a problem we keep having is designing a fast division/modulus function. The only way I've thought of to do division is ...