Thread: big integer

  1. #1
    Registered User
    Join Date
    Sep 2009
    Posts
    20

    big integer

    a program to input 2 large integer numbers:
    + ,- , * ,/ ,%

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    A thread that is closed.

    If you want to know why, read the homework policy; I linked it to you in one of your earlier threads.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 40 digit integer arithmetic (arrays)
    By freddyvorhees in forum C++ Programming
    Replies: 7
    Last Post: 09-26-2009, 12:03 PM
  2. big integer calculator! addition/subtraction algorithm
    By counton in forum C Programming
    Replies: 12
    Last Post: 11-22-2007, 03:42 AM
  3. Replies: 7
    Last Post: 08-19-2007, 08:10 AM
  4. Direct3D problem
    By cboard_member in forum Game Programming
    Replies: 10
    Last Post: 04-09-2006, 03:36 AM