Thread: Large number library?

  1. #1
    Temfate
    Guest

    Large number library?

    Well since my first question never got answered here I figure I'll take one last shot at the forums... Anyone know of a header file or library that will give me functions to deal with numbers of unlimited size? (Add, sub, mul, div, etc...)
    I'm working on my own; but hey; don't re-invent the wheel right?

  2. #2
    Temfate
    Guest

    Please?!?! Someone!?!?

    up^

  3. #3
    Unregistered
    Guest

    easy

    you have to use one dimension arrays to do that. then after you had taken the numbers from stdin you can make a function that will make add adn sub. for the time just repeat add many times.

  4. #4
    Registered User
    Join Date
    Aug 2001
    Location
    computers/ theatre, travelingstudentL>- Northern California NativeNorthern California3D&Tie-DyeStudent1>. Admirer of C Bangalore Net surfingTeacher >/ >0 nagpurteaching >1  >2
    Posts
    61
    Download a package called NTL. You can find it through any search engine. It has a Windows and Unix/Linux versions.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Nim Trainer
    By guesst in forum Game Programming
    Replies: 3
    Last Post: 05-04-2008, 04:11 PM
  2. Random number + guessing game trouble
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-08-2007, 03:33 AM
  3. Prime number program problem
    By Guti14 in forum C Programming
    Replies: 11
    Last Post: 08-06-2004, 04:25 AM
  4. help with a source code..
    By venom424 in forum C++ Programming
    Replies: 8
    Last Post: 05-21-2004, 12:42 PM
  5. Random Number problem in number guessing game...
    By -leech- in forum Windows Programming
    Replies: 8
    Last Post: 01-15-2002, 05:00 PM