Search:

Type: Posts; User: Dewayne

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    6,259

    How to multiply and Divide Huge int numbers

    I need some help on a program for school that I am supposed to be able to input a integer number of unlimited size and mulitply it with another as well as divide,subtract, and add them. I have the...
  2. Replies
    2
    Views
    1,859

    Very larger integer calulator

    I have to write a C++ program to add,multiply, and divide very large integer numbers of unlimited size. The book suggest breaking the number up like this 9876543210987654 =
    987 765 432 109 876 54...
Results 1 to 2 of 2